fix(data): polish comparison details

This commit is contained in:
Adam
2026-07-14 05:09:15 -05:00
parent 729adde022
commit 0539d56fc4
+3 -1
View File
@@ -6436,7 +6436,7 @@
white-space: nowrap; white-space: nowrap;
} }
[data-page="stats"] button[data-slot="compare-detail-select-model"] svg { [data-page="stats"] button[data-slot="compare-detail-select-model"] > svg {
flex: 0 0 auto; flex: 0 0 auto;
color: var(--stats-muted); color: var(--stats-muted);
} }
@@ -6510,6 +6510,7 @@
[data-page="stats"] [data-slot="compare-detail-label"][data-heading="true"] span { [data-page="stats"] [data-slot="compare-detail-label"][data-heading="true"] span {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
flex: 0 0 auto;
height: 24px; height: 24px;
padding: 0 8px; padding: 0 8px;
color: var(--stats-muted); color: var(--stats-muted);
@@ -6517,6 +6518,7 @@
font-size: 12px; font-size: 12px;
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;
white-space: nowrap;
} }
[data-page="stats"] [data-slot="compare-detail-value"] { [data-page="stats"] [data-slot="compare-detail-value"] {