feat(ui): Erudit blank tiles carry the star (✻) mark #109
@@ -139,11 +139,11 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
/* Erudit's blank ("звёздочка") shows its star horizontally centred on the otherwise empty
|
||||
tile face; the small top offset centres its ink against the neighbouring letters' block
|
||||
(it is slightly larger than them so it reads). */
|
||||
tile face; the top offset centres its ink against the neighbouring letters' block, nudged
|
||||
up a pixel to sit right by eye (it is slightly larger than them so it reads). */
|
||||
.star {
|
||||
position: absolute;
|
||||
top: 0.5%;
|
||||
top: calc(0.5% - 1px);
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user