v0.6.4: show match id on match cards.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-30 11:29:29 +08:00
co-authored by Cursor
parent 79ce5cfd2e
commit fefd8c7823
6 changed files with 23 additions and 7 deletions
+6
View File
@@ -2191,6 +2191,12 @@ body.detail-drawer-open {
white-space: nowrap;
color: rgba(190, 205, 225, 0.8);
}
.match-id {
font-variant-numeric: tabular-nums;
font-size: 13px;
letter-spacing: 0.02em;
color: rgba(180, 195, 215, 0.82);
}
.match-opendota {
color: rgba(140, 180, 230, 0.95);
text-decoration: none;