Stage 7 polish (round 2b): tab-bar spacing + hint badge on icon corner (items 2,3)
Tests · UI / test (push) Successful in 11s
Tests · Go / test (pull_request) Successful in 6s
Tests · Integration / integration (pull_request) Successful in 11s
Tests · UI / test (pull_request) Successful in 11s

This commit is contained in:
Ilia Denisov
2026-06-03 14:56:19 +02:00
parent 52a0e3160d
commit 3312130483
2 changed files with 16 additions and 11 deletions
+8 -5
View File
@@ -693,14 +693,17 @@
}
.badge {
position: absolute;
top: 0;
right: 4px;
font-size: 0.6rem;
top: -3px;
right: -3px;
font-size: 0.68rem;
font-weight: 700;
background: var(--accent);
color: var(--accent-text);
border-radius: 999px;
padding: 0 4px;
line-height: 1.3;
min-width: 15px;
padding: 0 3px;
line-height: 1.4;
text-align: center;
}
.loading {
text-align: center;