tweak player list for smaller screens

This commit is contained in:
AlecM33
2022-12-13 21:33:24 -05:00
parent 14f97d703d
commit b3258859bf

View File

@@ -589,6 +589,10 @@ canvas {
border-radius: 3px;
}
.player-actions-buttons {
justify-content: flex-end;
}
.game-player-name {
position: relative;
min-width: 6em;
@@ -663,6 +667,10 @@ canvas {
/*color: gray !important;*/
}
.game-player-role {
min-width: 7em;
}
.game-player.killed {
border-left: 3px solid #444444;
}