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:
Smittix
2026-02-25 13:01:19 +00:00
parent 5b6df923fc
commit 844e57e239

View File

@@ -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;