slightly better css for minimap

This commit is contained in:
djmil 2023-11-24 11:53:53 +01:00
parent 34f71a4658
commit 5639b5e8c9

View File

@ -30,14 +30,14 @@
.Selectable .Board {
margin: 5px;
border: 0.5px solid #e4e4e4;
}
.Selectable .Board .Tile {
font-size: 33.3%;
line-height: 4px;
height: 4px;
width: 4px;
margin-right: -1px;
margin-top: -1px;
font-size: 50%;
line-height: 6px;
height: 6px;
width: 6px;
border: none;
}
.Selectable .Message {