Merge pull request #136 from AlecM33/player-list-styling-fix

tweak player list for smaller screens
This commit is contained in:
Alec
2022-12-13 21:36:09 -05:00
committed by GitHub

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;
}