mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Restructure nav layout to fix utilities overlap
- Remove margin-left: auto from mode-nav-actions - Set nav-utilities to use margin-left: auto for right alignment - Increase gaps: nav-utilities 16px, nav-tools 12px Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -600,7 +600,9 @@ header h1 {
|
||||
}
|
||||
|
||||
.mode-nav-actions {
|
||||
margin-left: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.nav-action-btn {
|
||||
@@ -741,8 +743,8 @@ header h1 {
|
||||
.nav-utilities {
|
||||
display: none;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-left: 16px;
|
||||
gap: 16px;
|
||||
margin-left: auto;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
@@ -783,7 +785,7 @@ header h1 {
|
||||
.nav-tools {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
gap: 12px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user