FE tweaks

This commit is contained in:
Eden Kirin
2023-03-26 15:16:51 +02:00
parent 63e7e0d21c
commit f74bc9b52e
2 changed files with 21 additions and 17 deletions

View File

@ -15,9 +15,12 @@ body {
}
.cell {
flex: 1;
text-align: center;
aspect-ratio: 1;
background-color: beige;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
ul.players {
@ -27,7 +30,7 @@ ul.players {
.player-tooltip {
position: absolute;
top: -25px;
margin-bottom: 50px;
font-size: 8pt;
padding: 2px 10px;
color: white;