mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-02-19 23:37:26 -05:00
13 lines
684 B
CSS
13 lines
684 B
CSS
/* ═══════════════════════════════════════════════════════════════════
|
|
System Section — Panel visibility controlled by sidebar sub-navigation
|
|
═══════════════════════════════════════════════════════════════════ */
|
|
|
|
/* ── Tab panel defaults (switched via sidebar sub-nav) ───────────── */
|
|
.system-tab-panel {
|
|
display: none;
|
|
}
|
|
|
|
.system-tab-panel.active {
|
|
display: block;
|
|
}
|