From be734fc0ac4459897d1f230606f96ad7dc561ade Mon Sep 17 00:00:00 2001 From: MS-01-Codex <3647348c-0c07-48e0-8938-fb9280321c5f@agents.multica.local> Date: Thu, 20 Aug 2026 05:13:40 +0800 Subject: [PATCH] fix: left-align theme rank numbers and bind aux font size Co-authored-by: Cursor Co-authored-by: multica-agent --- frontend/pages/themes/foundation.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/pages/themes/foundation.css b/frontend/pages/themes/foundation.css index f8ee048..4f31dec 100644 --- a/frontend/pages/themes/foundation.css +++ b/frontend/pages/themes/foundation.css @@ -683,11 +683,11 @@ .theme-rank-v2 { color: var(--r2-faint); - font-size: 10.5px; + font-size: var(--font-size-aux); font-variant-numeric: tabular-nums; - text-align: center; + text-align: left; } .theme-directory-item-v2:nth-child(-n+3) .theme-rank-v2 {