mirror of
https://github.com/smittix/intercept.git
synced 2026-07-18 22:38:10 -07:00
Keep collapse button above WeFax pane in sidebar ordering
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,10 +3,14 @@
|
|||||||
Amber/gold theme (#ffaa00) for HF
|
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 {
|
#wefaxMode.active {
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
|
.sidebar:has(#wefaxMode.active) > .sidebar-collapse-btn {
|
||||||
|
order: -2;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Stats Strip --- */
|
/* --- Stats Strip --- */
|
||||||
.wefax-stats-strip {
|
.wefax-stats-strip {
|
||||||
|
|||||||
Reference in New Issue
Block a user