diff --git a/lobby/templates/lobby/player_screen.html b/lobby/templates/lobby/player_screen.html index 4dac763..e66f661 100644 --- a/lobby/templates/lobby/player_screen.html +++ b/lobby/templates/lobby/player_screen.html @@ -9,6 +9,9 @@ #joinStatus { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } #contextLockHint { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } #phaseStatus { margin: 6px 0 10px; font-size: 0.95rem; color: #333; } +#connectionBanner { margin: 8px 0 10px; padding: 8px 10px; border-radius: 8px; border: 1px solid #b91c1c; background: #fee2e2; color: #7f1d1d; display: none; } +#connectionBanner button { margin-left: 8px; border: 1px solid #991b1b; background: #fff; color: #7f1d1d; border-radius: 6px; padding: 4px 8px; cursor: pointer; } +#connectionBanner button[disabled] { opacity: 0.55; cursor: not-allowed; } #lieStatus.locked { color: #0a5f2d; font-weight: 600; } #guessStatus.locked { color: #0a5f2d; font-weight: 600; } @@ -38,6 +41,7 @@
Session-data ikke opdateret endnu.
Fase: ukendt (opdatér session-status).
Ingen fejl.
+Klar.