feat(ci): Polling

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #53
This commit is contained in:
2025-11-13 11:07:08 +01:00
parent 5d245d0011
commit 370de175db
12 changed files with 271 additions and 127 deletions

View File

@@ -22,6 +22,7 @@
0% { transform: translateX(-100vw); }
100% { transform: translateX(0); }
}
.game-field-background {
background-image: @background-image;
max-width: 1400px;
@@ -33,10 +34,6 @@
width: 100%;
height: 100vh;
}
.lobby-background {
background-color: @background-color;
}
.navbar-header{
text-align:center;
@@ -192,11 +189,6 @@ body {
font-size: 20px;
}
#trumpsuit {
display: flex;
flex-direction: row;
margin-left: 4%;
}
#nextPlayers {
display: flex;
flex-direction: column;