From b3258859bf0a437861ff20f4b26b781a4c2f79b5 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Tue, 13 Dec 2022 21:33:24 -0500 Subject: [PATCH] tweak player list for smaller screens --- client/src/styles/game.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; }