From 46a4a6ee29e08ed2e9e31417080df60a33014bd0 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Sat, 25 Apr 2026 02:00:49 +0300 Subject: [PATCH] fix(redesign): align topbar horizontal padding with page content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Topbar wrapper used md:px-0 (edge-to-edge of main column) while the page content wrapper used md:px-8 (32px side padding). Result was a 32px overshoot on each side of the topbar pill versus the hero, stat cards, and panels below it. Match the wrappers — topbar now uses md:px-8 too. Left/right edges of the search bar pill line up with the hero/stat panels. --- frontend/src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 284a760..259c087 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -607,7 +607,7 @@ style="padding-bottom: calc(4rem + env(safe-area-inset-bottom, 0px));"> -
+