From 9b55632c86b80ba97c4ec622b4b4b024c1e971e2 Mon Sep 17 00:00:00 2001 From: Smittix Date: Sun, 18 Jan 2026 19:29:21 +0000 Subject: [PATCH] Remove legacy absolute positioning from nav buttons The #depsBtn and #helpBtn had old right positioning rules that conflicted with the flex layout, causing them to appear in wrong positions. Co-Authored-By: Claude Opus 4.5 --- static/css/index.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index c1a42cc..b9bc13b 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1025,13 +1025,6 @@ header h1 .tagline { background: var(--bg-secondary); } -#depsBtn { - right: 5.5em; -} - -#helpBtn { - right: 3.5em; -} .theme-toggle { position: absolute;