Add possibility to guess as a player
All checks were successful
Deploy Feature / deploy-feature (push) Successful in 25s

This commit is contained in:
Johnny322
2026-03-01 22:19:34 +01:00
parent 993b1a2c13
commit f440118fef
3 changed files with 106 additions and 77 deletions

View File

@@ -560,6 +560,12 @@ audio.hidden-audio {
z-index: 3;
}
.viewer-guess {
position: absolute;
bottom: 20px;
z-index: 3;
}
.end-panel {
text-align: center;
}