Skip to content

Commit b01d245

Browse files
committed
✨ Remove header text and reduce padding for ultra-minimal design
- Remove 'System Performance' title and description text - Reduce container padding from 20px to 15px - Achieve cleaner, skinnier layout focusing purely on data - Following Tufte principle: remove every non-data pixel
1 parent 645dca7 commit b01d245

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

static/dashboard.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
.metrics-compact {
137137
background: var(--bg1);
138138
border-radius: 12px;
139-
padding: 20px;
139+
padding: 15px;
140140
margin-bottom: 30px;
141141
border: 1px solid var(--bg2);
142142
}
@@ -192,7 +192,7 @@
192192
.metric-value {
193193
color: var(--yellow);
194194
font-weight: 700;
195-
font-size: 1.1rem;
195+
font-size: 0.95rem;
196196
text-align: right;
197197
}
198198

@@ -1680,9 +1680,6 @@ <h2>🧠 Production AI Memory System Performance</h2>
16801680

16811681
<!-- System Performance Metrics - Tufte-inspired Compact Design -->
16821682
<div class="metrics-compact">
1683-
<h2><i class="fas fa-tachometer-alt"></i> System Performance</h2>
1684-
<p>Real-time operational metrics with trend analysis</p>
1685-
16861683
<div class="metrics-grid-compact">
16871684
<!-- Row 1: Latency & Throughput -->
16881685
<div class="metric-row">

0 commit comments

Comments
 (0)