mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-02-10 04:03:33 +01:00
Add independent player container and game-role-independent CSS
Co-authored-by: AlecM33 <24642328+AlecM33@users.noreply.github.com>
This commit is contained in:
@@ -202,6 +202,10 @@ export const HTMLFragments = {
|
||||
<label class='good'>Team Good</label>
|
||||
<div id='player-list-moderator-team-good'></div>
|
||||
</div>
|
||||
<div class='independent-players'>
|
||||
<label class='independent'>Team Independent</label>
|
||||
<div id='player-list-moderator-team-independent'></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>`,
|
||||
TEMP_MOD_GAME_VIEW:
|
||||
|
||||
@@ -462,6 +462,10 @@ h1 {
|
||||
border: 4px solid #c55454 !important;
|
||||
}
|
||||
|
||||
.game-role-independent {
|
||||
border: 4px solid #d4a027 !important;
|
||||
}
|
||||
|
||||
#game-role-back {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user