fix: left-align theme rank numbers and bind aux font size
Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
co-authored by
Cursor
multica-agent
parent
ad08d309c6
commit
ee37223722
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user