mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Remove Baseline section, fix filters and radar layout
- Removed Baseline section from Bluetooth sidebar (no longer needed) - Fixed device filter buttons not working (changed display to '' instead of 'block' to preserve flexbox layout) - Fixed proximity radar being cut off by bottom panels: - Added overflow: hidden to radar panel - Constrained bottom panels to max-height: 120px - Made radar content respect parent boundaries Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -126,7 +126,7 @@ const BluetoothMode = (function() {
|
||||
visible = true;
|
||||
}
|
||||
|
||||
card.style.display = visible ? 'block' : 'none';
|
||||
card.style.display = visible ? '' : 'none';
|
||||
});
|
||||
|
||||
// Update visible count
|
||||
|
||||
Reference in New Issue
Block a user