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 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-18 19:29:21 +00:00
parent 28d1bdf50b
commit c29926bf7f
-7
View File
@@ -1025,13 +1025,6 @@ header h1 .tagline {
background: var(--bg-secondary);
}
#depsBtn {
right: 5.5em;
}
#helpBtn {
right: 3.5em;
}
.theme-toggle {
position: absolute;