mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user