fix(ui): raise the rack blank star to centre on the letters
CI / changes (pull_request) Successful in 2s
CI / unit (pull_request) Has been skipped
CI / integration (pull_request) Has been skipped
CI / ui (pull_request) Successful in 55s
CI / gate (pull_request) Successful in 0s
CI / deploy (pull_request) Successful in 1m18s

Top-aligning it still read a touch low; move the empty-blank star up
(top 8% -> 0.5%) so its ink centres against the rack letters' block,
matching the board tile's centred mark. Size unchanged.
This commit is contained in:
Ilia Denisov
2026-06-22 12:22:48 +02:00
parent a393561d79
commit 81680a1d5e
+3 -2
View File
@@ -139,10 +139,11 @@
font-weight: 600; font-weight: 600;
} }
/* Erudit's blank ("звёздочка") shows its star horizontally centred on the otherwise empty /* Erudit's blank ("звёздочка") shows its star horizontally centred on the otherwise empty
tile face, top-aligned with the neighbouring letters (slightly larger so it reads). */ tile face; the small top offset centres its ink against the neighbouring letters' block
(it is slightly larger than them so it reads). */
.star { .star {
position: absolute; position: absolute;
top: 8%; top: 0.5%;
left: 0; left: 0;
right: 0; right: 0;
text-align: center; text-align: center;