From 844e57e239bdfff077ca183e711c0e9a7025fe0f Mon Sep 17 00:00:00 2001 From: Smittix Date: Wed, 25 Feb 2026 13:01:19 +0000 Subject: [PATCH] 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 --- static/css/modes/wefax.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/modes/wefax.css b/static/css/modes/wefax.css index 94dced3..98add8e 100644 --- a/static/css/modes/wefax.css +++ b/static/css/modes/wefax.css @@ -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;