From 34bf1c7b7f9b3b8e02f34ef252d18dd8172b68b0 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Tue, 26 May 2026 23:02:06 -0400 Subject: [PATCH] fix: remove gradient text from launcher wordmark and token counter (design ban) --- services/web-ui/public/styles-fixes.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/services/web-ui/public/styles-fixes.css b/services/web-ui/public/styles-fixes.css index 73d56c6..0a4639c 100644 --- a/services/web-ui/public/styles-fixes.css +++ b/services/web-ui/public/styles-fixes.css @@ -15,7 +15,7 @@ .rail-item > span.rail-count, .rail-item > .rail-color-dot { overflow: visible; flex-shrink: 0; } @media (max-width: 1100px) { - .stat-row { grid-template-columns: repeat(2, 1fr); } + .dash-stat-row { grid-template-columns: repeat(2, 1fr); } .jobs-stats { grid-template-columns: repeat(2, 1fr); } } @@ -28,7 +28,7 @@ .recorder-actions { grid-column: 1 / 3; grid-row: 3; justify-content: flex-end; padding-top: 4px; border-top: 1px solid var(--border); } } -.capture-stat-label, .recorder-stat .stat-label, .stat-card .label, .stat-card .delta { +.capture-stat-label, .recorder-stat .stat-label, .dash-stat-label, .dash-stat-sub { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -72,8 +72,8 @@ .asset-card .meta .sub > .duration { flex-shrink: 0; margin-left: auto; } .asset-card .meta .sub > :not(.duration) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; } -.stat-card .label, .stat-card .value, .stat-card .delta { position: relative; z-index: 1; } -.stat-card .spark { z-index: 0; } +.dash-stat-label, .dash-stat-mono, .dash-stat-sub { position: relative; z-index: 1; } +.dash-sparkline { z-index: 0; } /* ============================================================ Search bar polish — give it a real container so it doesn't @@ -314,10 +314,7 @@ font-weight: 700; letter-spacing: 0.12em; line-height: 1; - background: linear-gradient(180deg, var(--text-1) 0%, #B4C3FF 100%); - -webkit-background-clip: text; - background-clip: text; - -webkit-text-fill-color: transparent; + color: var(--text-1); text-shadow: 0 0 32px rgba(91, 124, 250, 0.15); } .launcher-tagline { @@ -676,7 +673,7 @@ color: var(--text-1); font-size: 12px; padding: 4px 8px; - border-radius: var(--r-sm); + radius: var(--r-sm); white-space: nowrap; z-index: 100; pointer-events: none;