fix(css): increase expand meta/also-see font size to --text-sm

--text-xs was too small for secondary metadata rows; bump to --text-sm
for better readability.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 16:16:36 +08:00
parent 302ae14c2d
commit 80a5051195

View File

@@ -769,7 +769,7 @@ th[data-sort].sort-asc::after {
.expand-also-see,
.expand-meta {
margin-top: 0.45rem;
font-size: var(--text-xs);
font-size: var(--text-sm);
color: var(--ink-muted);
}