mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
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:
@@ -1025,13 +1025,6 @@ header h1 .tagline {
|
||||
background: var(--bg-secondary);
|
||||
}
|
||||
|
||||
#depsBtn {
|
||||
right: 5.5em;
|
||||
}
|
||||
|
||||
#helpBtn {
|
||||
right: 3.5em;
|
||||
}
|
||||
|
||||
.theme-toggle {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user