feat(ui): Erudit blank tiles carry the star (✻) mark #109

Merged
developer merged 4 commits from feature/erudit-blank-star into development 2026-06-22 11:06:22 +00:00
Showing only changes of commit 81680a1d5e - Show all commits
+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;