mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Fix ACARS toggle button icon direction and positioning
- Fix checkAcarsTools error by removing orphaned function call - Change toggle icon from left arrow to right arrow (indicates collapse direction) - Fix button positioning to use left edge instead of right edge - Button now correctly appears on left side of ACARS panel (bordering map) - Both index.html and adsb_dashboard now behave consistently Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<!-- ACARS Panel (right of map) - Collapsible -->
|
||||
<div class="acars-sidebar" id="acarsSidebar">
|
||||
<button class="acars-collapse-btn" id="acarsCollapseBtn" onclick="toggleAcarsSidebar()" title="Toggle ACARS Panel">
|
||||
<span id="acarsCollapseIcon">◀</span>
|
||||
<span id="acarsCollapseIcon">▶</span>
|
||||
<span class="acars-collapse-label">ACARS</span>
|
||||
</button>
|
||||
<div class="acars-sidebar-content" id="acarsSidebarContent">
|
||||
|
||||
Reference in New Issue
Block a user