fix: remove gradient text from launcher wordmark and token counter (design ban)
This commit is contained in:
parent
e71c330bdd
commit
34bf1c7b7f
1 changed files with 6 additions and 9 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
.rail-item > span.rail-count, .rail-item > .rail-color-dot { overflow: visible; flex-shrink: 0; }
|
.rail-item > span.rail-count, .rail-item > .rail-color-dot { overflow: visible; flex-shrink: 0; }
|
||||||
|
|
||||||
@media (max-width: 1100px) {
|
@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); }
|
.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); }
|
.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;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
@ -72,8 +72,8 @@
|
||||||
.asset-card .meta .sub > .duration { flex-shrink: 0; margin-left: auto; }
|
.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; }
|
.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; }
|
.dash-stat-label, .dash-stat-mono, .dash-stat-sub { position: relative; z-index: 1; }
|
||||||
.stat-card .spark { z-index: 0; }
|
.dash-sparkline { z-index: 0; }
|
||||||
|
|
||||||
/* ============================================================
|
/* ============================================================
|
||||||
Search bar polish — give it a real container so it doesn't
|
Search bar polish — give it a real container so it doesn't
|
||||||
|
|
@ -314,10 +314,7 @@
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.12em;
|
letter-spacing: 0.12em;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
background: linear-gradient(180deg, var(--text-1) 0%, #B4C3FF 100%);
|
color: var(--text-1);
|
||||||
-webkit-background-clip: text;
|
|
||||||
background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
text-shadow: 0 0 32px rgba(91, 124, 250, 0.15);
|
text-shadow: 0 0 32px rgba(91, 124, 250, 0.15);
|
||||||
}
|
}
|
||||||
.launcher-tagline {
|
.launcher-tagline {
|
||||||
|
|
@ -676,7 +673,7 @@
|
||||||
color: var(--text-1);
|
color: var(--text-1);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
border-radius: var(--r-sm);
|
radius: var(--r-sm);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue