good layout

This commit is contained in:
2025-07-28 11:06:10 -04:00
parent a3c50fd845
commit 2ab3f1fe9e
7 changed files with 482 additions and 20 deletions

View File

@@ -60,9 +60,9 @@ MetricCard {
padding: 0;
}
/* Right Panels - Details (compact) */
#right-panels {
width: 25%;
/* Flow Panels - Details (30% width) */
#flow-panels {
width: 30%;
background: #1a1a1a;
padding: 0;
}
@@ -79,6 +79,12 @@ SubFlowDetailsPanel {
border: solid #ff8800;
}
/* Debug Panel - Fixed width when visible */
#debug-panel {
width: 25%;
background: #1a1a1a;
}
/* Sparkline Charts */
SparklineWidget {
height: 5;