mirror of
https://github.com/smittix/intercept.git
synced 2026-07-19 14:58:10 -07:00
Merge pull request #217 from smittix/fix/meshcore-active-display
fix(meshcore): show mode panel when active
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
/* Meshcore mode — scoped styles */
|
/* Meshcore mode — scoped styles */
|
||||||
|
|
||||||
#meshcoreMode {
|
#meshcoreMode {
|
||||||
display: flex;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#meshcoreMode.active {
|
||||||
|
display: flex !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* ── Sidebar ── */
|
/* ── Sidebar ── */
|
||||||
.meshcore-sidebar {
|
.meshcore-sidebar {
|
||||||
width: 220px;
|
width: 220px;
|
||||||
|
|||||||
Reference in New Issue
Block a user