diff --git a/static/css/modes/wefax.css b/static/css/modes/wefax.css index 98add8e..14462f7 100644 --- a/static/css/modes/wefax.css +++ b/static/css/modes/wefax.css @@ -3,10 +3,14 @@ Amber/gold theme (#ffaa00) for HF ============================================ */ -/* Place WeFax sidebar panel above the shared SDR Device section */ +/* Place WeFax sidebar panel above the shared SDR Device section + while keeping the collapse button at the very top. */ #wefaxMode.active { order: -1; } +.sidebar:has(#wefaxMode.active) > .sidebar-collapse-btn { + order: -2; +} /* --- Stats Strip --- */ .wefax-stats-strip {