Add independent player container and game-role-independent CSS

Co-authored-by: AlecM33 <24642328+AlecM33@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-25 00:42:40 +00:00
parent f8aa4666b0
commit c884e1fe7c
2 changed files with 8 additions and 0 deletions

View File

@@ -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:

View File

@@ -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;