Center Bluetooth proximity radar in its section

Make the radar panel span both grid columns to eliminate empty space on the right and center the visualization.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
James Smith
2025-12-21 23:55:06 +00:00
parent e622834ca5
commit 4560c00248

View File

@@ -3492,7 +3492,7 @@ HTML_TEMPLATE = '''
<!-- Bluetooth Visualizations -->
<div class="wifi-visuals" id="btVisuals" style="display: none;">
<div class="wifi-visual-panel">
<div class="wifi-visual-panel" style="grid-column: span 2;">
<h5>Bluetooth Proximity Radar</h5>
<div class="radar-container">
<canvas id="btRadarCanvas" width="150" height="150"></canvas>