From 2202e3ed98b558b0b1aef7519d7051e7a44f0568 Mon Sep 17 00:00:00 2001 From: Smittix Date: Wed, 25 Feb 2026 13:03:38 +0000 Subject: [PATCH] Keep collapse button above WeFax pane in sidebar ordering Co-Authored-By: Claude Opus 4.6 --- static/css/modes/wefax.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {