diff --git a/client/src/styles/game.css b/client/src/styles/game.css index 5d61825..4b15e78 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -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; }