mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 14:50:00 -07:00
Move WeFax sidebar pane above SDR Device section
Use CSS order to place the WeFax decoder panel first in the sidebar when wefax mode is active. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
Amber/gold theme (#ffaa00) for HF
|
||||
============================================ */
|
||||
|
||||
/* Place WeFax sidebar panel above the shared SDR Device section */
|
||||
#wefaxMode.active {
|
||||
order: -1;
|
||||
}
|
||||
|
||||
/* --- Stats Strip --- */
|
||||
.wefax-stats-strip {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user