mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
refactor: Reorganize nav groups into Signals, Tracking, Space, Wireless, Intel
Replaces the old SDR/RF, Wireless, Security, Space layout with a cleaner five-group structure. Tracking (Aircraft, Vessels, APRS, GPS) becomes its own top-level group; Meshtastic moves to Wireless; WebSDR and Spy Stations move to Intel. Also fixes BT Locate overflow/min-height CSS. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1556,7 +1556,7 @@ header h1 .tagline {
|
||||
background: var(--bg-tertiary);
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 6px;
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
padding: 12px;
|
||||
position: relative;
|
||||
}
|
||||
@@ -4075,13 +4075,14 @@ header h1 .tagline {
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
min-width: 0;
|
||||
overflow-y: auto; /* scroll rather than squash when detail panel + radar exceed available height */
|
||||
}
|
||||
|
||||
.bt-main-area {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
min-height: 360px; /* ensure radar area (SVG 280px + controls + summary) is never crushed */
|
||||
}
|
||||
|
||||
.bt-side-panels {
|
||||
|
||||
Reference in New Issue
Block a user