Merge pull request #218 from smittix/fix/meshcore-visuals-layout

fix(meshcore): move UI into visuals container, fix layout
This commit is contained in:
Smittix
2026-05-13 10:15:56 +01:00
committed by GitHub
3 changed files with 12 additions and 7 deletions
+10 -5
View File
@@ -1,14 +1,19 @@
/* Meshcore mode — scoped styles */
#meshcoreMode {
display: none;
/* Override the shared mesh-visuals-container column layout */
#meshcoreVisuals {
flex-direction: row;
height: 100%;
padding: 0;
gap: 0;
}
#meshcoreMode.active {
display: flex !important;
#meshcoreMode {
display: flex;
flex-direction: row;
flex: 1;
min-height: 0;
overflow: hidden;
gap: 0;
}
/* ── Sidebar ── */
+1 -1
View File
@@ -779,7 +779,6 @@
{% include 'partials/modes/spy-stations.html' %}
{% include 'partials/modes/meshtastic.html' %}
{% include 'partials/modes/meshcore.html' %}
{% include 'partials/modes/websdr.html' %}
@@ -2366,6 +2365,7 @@
<!-- Meshcore Dashboard -->
<div id="meshcoreVisuals" class="mesh-visuals-container" style="display: none;">
{% include 'partials/modes/meshcore.html' %}
</div>
<!-- SSTV Decoder Dashboard -->
+1 -1
View File
@@ -1,5 +1,5 @@
{# Meshcore Mode Partial #}
<div id="meshcoreMode" class="mode-content" style="display:none; flex-direction: row; height: 100%;">
<div id="meshcoreMode" style="display:flex; flex-direction: row; flex: 1; min-height: 0; overflow: hidden;">
{# ── Sidebar ── #}
<div class="meshcore-sidebar">