mirror of
https://github.com/smittix/intercept.git
synced 2026-07-09 01:58:13 -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
|
Amber/gold theme (#ffaa00) for HF
|
||||||
============================================ */
|
============================================ */
|
||||||
|
|
||||||
|
/* Place WeFax sidebar panel above the shared SDR Device section */
|
||||||
|
#wefaxMode.active {
|
||||||
|
order: -1;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Stats Strip --- */
|
/* --- Stats Strip --- */
|
||||||
.wefax-stats-strip {
|
.wefax-stats-strip {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user