mirror of
https://github.com/smittix/intercept.git
synced 2026-07-06 00:28:12 -07:00
fix(meshcore): make strip and body direct children of visuals container
Remove the intermediate #meshcoreMode wrapper div that was breaking the flex height chain. Strip and body are now direct children of #meshcoreVisuals (matching the Meshtastic pattern), so flex: 1 propagates correctly and the content fills the full panel height. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,14 +27,8 @@
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
#meshcoreMode {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
gap: 0;
|
||||
}
|
||||
/* meshcoreMode is an empty wrapper kept only for JS active-class toggle */
|
||||
#meshcoreMode { display: none; }
|
||||
|
||||
/* ── Connection strip ── */
|
||||
.meshcore-strip {
|
||||
|
||||
Reference in New Issue
Block a user