From 0aad9177f8a35f525212739bb58cc89ff88b0bd3 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Fri, 3 Apr 2026 09:48:46 +0700 Subject: [PATCH] Polish header pill sizing and simplify catalog/cart layouts --- app/assets/css/main.css | 8 ++ app/components/ui/AppHeader.vue | 4 +- app/pages/cart.vue | 121 +++++++++++----------- app/pages/index.vue | 176 ++++++++++++++++++++++++++++---- app/pages/products.vue | 11 +- 5 files changed, 228 insertions(+), 92 deletions(-) diff --git a/app/assets/css/main.css b/app/assets/css/main.css index e668243..314b576 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -188,6 +188,14 @@ body { min-height: 2rem; } +.lk-nav-link-brand { + justify-content: center; + min-width: 5.5rem; + font-size: 0.98rem; + font-weight: 800; + letter-spacing: 0.03em; +} + .lk-pill-divider { background: color-mix(in oklab, var(--color-base-content) 20%, transparent); opacity: 0.45; diff --git a/app/components/ui/AppHeader.vue b/app/components/ui/AppHeader.vue index c1cf26c..7bb5f5d 100644 --- a/app/components/ui/AppHeader.vue +++ b/app/components/ui/AppHeader.vue @@ -33,9 +33,9 @@ function isActive(path: string) {