good layout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user