Fix automatic advance bug
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 2m3s

This commit is contained in:
2025-05-14 19:27:21 +02:00
parent 9f4ebf379f
commit f2712bdcec
4 changed files with 90 additions and 25 deletions

View File

@ -124,6 +124,12 @@
color: $accent
font-weight: bold
text-align: center
.host-info
margin-top: 0.5rem
color: #fff
font-style: italic
font-size: 0.7rem
.video-container
margin-top: 1rem
@ -267,6 +273,16 @@
font-family: 'Press Start 2P', monospace
font-size: 0.9rem
color: $text
.auto-advance-notice
margin: 1rem auto
max-width: 400px
padding: 0.75rem
background-color: rgba($secondary, 0.2)
border: 2px solid $secondary
text-align: center
color: $text-muted
font-style: italic
.votes-count
display: flex