From e06572d0a600d33722de950f924fe5803057a361 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 11 Jun 2026 05:57:39 -0300 Subject: [PATCH] =?UTF-8?q?Dashboard:=20fix=20stats=20grid=20CSS=20?= =?UTF-8?q?=E2=80=94=20flex=20layout=20and=20naming=20now=20applies=20to?= =?UTF-8?q?=20all=20stat=20cards?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- operations.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/operations.html b/operations.html index 367a32a..942f489 100644 --- a/operations.html +++ b/operations.html @@ -142,16 +142,16 @@ color: var(--accent); margin-bottom: 8px; } - .stats-card .stat-row-item { + .stat-row-item { display: flex; justify-content: space-between; padding: 4px 0; border-bottom: 1px solid rgba(30,30,42,.4); font-size: 12px; } - .stats-card .stat-row-item:last-child { border-bottom: none; } - .stats-card .stat-row-item .stat-name { color: var(--text-muted); } - .stats-card .stat-row-item .stat-num { color: var(--text); font-weight: 600; } + .stat-row-item:last-child { border-bottom: none; } + .stat-row-item .stat-name { color: var(--text-muted); } + .stat-row-item .stat-num { color: var(--text); font-weight: 600; } .stats-referrers-card, .stats-countries-card, .stats-events-card {