diff --git a/client/src/PlayersStatus.css b/client/src/PlayersStatus.css index 76e1afb..6b6d74d 100644 --- a/client/src/PlayersStatus.css +++ b/client/src/PlayersStatus.css @@ -6,16 +6,20 @@ color: #d0d0d0; pointer-events: none; align-items: flex-end; - left: auto; - right: 0; + right: 0.5rem; + width: 10rem; bottom: 11rem; } +.PlayerStatus * { + display: inline-flex; +} + .PlayersStatus.ActivePlayer { align-items: flex-start; pointer-events: all; + left: 0.5rem; right: auto; - left: 0; bottom: 7rem; /* 1rem over top of Resource cards in hand */ } @@ -35,11 +39,11 @@ justify-content: flex-end; padding-right: 0.5rem; padding-left: 0; + width: 100%; } .PlayersStatus.ActivePlayer .Who { justify-content: flex-start; - padding-left: 0.5rem; padding-right: 0; } @@ -48,7 +52,6 @@ } .PlayersStatus .What { - margin: 0 0.5rem; display: flex; flex-direction: column; align-items: flex-end;