diff --git a/static/css/index.css b/static/css/index.css index 1afba3d..2f3884a 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -3280,17 +3280,28 @@ header h1 .tagline { .bt-radar-panel { flex: 1; min-height: 0; + overflow: hidden; + display: flex; + flex-direction: column; +} + +.bt-radar-panel #btProximityRadar { + flex: 1; + min-height: 0; + overflow: hidden; } .bt-bottom-panels { display: flex; gap: 12px; flex-shrink: 0; + max-height: 120px; } .bt-compact-panel { flex: 1; min-width: 0; + overflow: hidden; } /* Bluetooth Device Detail Panel */ diff --git a/static/js/modes/bluetooth.js b/static/js/modes/bluetooth.js index c0902df..e8f47e3 100644 --- a/static/js/modes/bluetooth.js +++ b/static/js/modes/bluetooth.js @@ -126,7 +126,7 @@ const BluetoothMode = (function() { visible = true; } - card.style.display = visible ? 'block' : 'none'; + card.style.display = visible ? '' : 'none'; }); // Update visible count diff --git a/templates/partials/modes/bluetooth.html b/templates/partials/modes/bluetooth.html index e9911ae..9c6efc0 100644 --- a/templates/partials/modes/bluetooth.html +++ b/templates/partials/modes/bluetooth.html @@ -43,21 +43,6 @@ -
-

Baseline

-
- No baseline set -
-
- - -
-
-