FE tweaks
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user