mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Merge pull request #136 from AlecM33/player-list-styling-fix
tweak player list for smaller screens
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user