Make viewers unabler to join before teams are finalized. Viewers are on teams
All checks were successful
Deploy Feature / deploy-feature (push) Successful in 27s

This commit is contained in:
Johnny322
2026-02-24 22:15:57 +01:00
parent 7c12d25367
commit 993b1a2c13
2 changed files with 79 additions and 4 deletions

View File

@@ -282,6 +282,17 @@ button {
gap: 12px;
}
.viewer-team-select {
margin-bottom: 12px;
}
.viewer-team-select label {
display: block;
margin-bottom: 6px;
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.8);
}
.team-score-card {
width: 100%;
border: none;
@@ -296,6 +307,10 @@ button {
outline: 2px solid #ffffff;
}
.team-score-card.viewerTeam {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
.team-name {
font-weight: 600;
}
@@ -539,6 +554,12 @@ audio.hidden-audio {
color: rgba(255, 255, 255, 0.6);
}
.enable-audio {
position: absolute;
bottom: 20px;
z-index: 3;
}
.end-panel {
text-align: center;
}