fix(data): polish comparison details

This commit is contained in:
Adam 2026-07-14 05:09:15 -05:00
commit 0539d56fc4
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -6436,7 +6436,7 @@
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;
color: var(--stats-muted);
}
@ -6510,6 +6510,7 @@
[data-page="stats"] [data-slot="compare-detail-label"][data-heading="true"] span {
display: inline-flex;
align-items: center;
flex: 0 0 auto;
height: 24px;
padding: 0 8px;
color: var(--stats-muted);
@ -6517,6 +6518,7 @@
font-size: 12px;
font-weight: 500;
line-height: 1;
white-space: nowrap;
}
[data-page="stats"] [data-slot="compare-detail-value"] {