mirror of
https://github.com/smittix/intercept.git
synced 2026-06-08 14:11:54 -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 */
|
||||
|
||||
#meshcoreMode {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: none;
|
||||
flex-direction: row;
|
||||
height: 100%;
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
#meshcoreMode.active {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
/* ── Sidebar ── */
|
||||
.meshcore-sidebar {
|
||||
width: 220px;
|
||||
|
||||
Reference in New Issue
Block a user