diff --git a/public/skychart.html b/public/skychart.html index 8b42034..1285302 100644 --- a/public/skychart.html +++ b/public/skychart.html @@ -203,9 +203,7 @@ #panel-content::-webkit-scrollbar-track { background: rgba(0,0,0,0.3); } #panel-content::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 4px; } - .mode-toggle { display: flex; margin: 15px 0 5px 0; border-radius: 6px; overflow: hidden; border: 1px solid var(--accent); } - .mode-toggle button { flex: 1; background: #1a1a1a; color: #aaa; border: none; padding: 10px; cursor: pointer; font-weight: bold; transition: 0.2s; border-radius: 0; } - .mode-toggle button.active { background: var(--accent); color: #000; } + .section-title { margin-top: 15px; margin-bottom: 10px; font-size: 0.95rem; border-bottom: 1px solid #444; padding-bottom: 3px; color: var(--accent); text-transform: uppercase; } .control-group { margin-bottom: 14px; } @@ -359,6 +357,8 @@ #quick-bar button:hover .qb-icon { color: var(--accent-light); } #qb-night.active { background: rgba(255,0,0,0.25) !important; color: #ff4444 !important; border-color: rgba(255,0,0,0.4); } #qb-night.active .qb-icon { color: #ff4444; } + #qb-horizon.active { background: rgba(244,63,94,0.25) !important; color: #f43f5e !important; border-color: rgba(244,63,94,0.4); } + #qb-horizon.active .qb-icon { color: #f43f5e; } #qb-fov-lock.active { background: rgba(255,170,0,0.25) !important; color: #ffaa00 !important; border-color: rgba(255,170,0,0.4); } #qb-fov-lock.active .qb-icon { color: #ffaa00; } @@ -486,10 +486,7 @@
-
- - -
+
@@ -540,10 +537,6 @@

-
- - -
@@ -563,8 +556,7 @@

+