mirror of
https://github.com/smittix/intercept.git
synced 2026-07-23 16:38:11 -07:00
Merge pull request #220 from smittix/fix/meshcore-sidebar-hidden-css
fix(meshcore): add mesh-sidebar-hidden rules to meshcore.css
This commit is contained in:
@@ -1,5 +1,25 @@
|
|||||||
/* Meshcore mode — scoped styles */
|
/* Meshcore mode — scoped styles */
|
||||||
|
|
||||||
|
/* ── Sidebar hiding (same rules as meshtastic.css — needed here since
|
||||||
|
meshtastic.css is only lazily loaded when that mode is visited) ── */
|
||||||
|
.main-content.mesh-sidebar-hidden {
|
||||||
|
display: flex !important;
|
||||||
|
flex-direction: column !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content.mesh-sidebar-hidden > .sidebar {
|
||||||
|
display: none !important;
|
||||||
|
width: 0 !important;
|
||||||
|
height: 0 !important;
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content.mesh-sidebar-hidden > .output-panel {
|
||||||
|
flex: 1 !important;
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* ── Container overrides ── */
|
/* ── Container overrides ── */
|
||||||
#meshcoreVisuals {
|
#meshcoreVisuals {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user