fix(api): fixes - reimplemented animations (#90)

Reviewed-on: #90
This commit is contained in:
2025-11-27 09:52:00 +01:00
parent 1f96290371
commit cfcd967ce0
6 changed files with 76 additions and 51 deletions

View File

@@ -219,10 +219,10 @@ body {
}
#nextPlayers {
#next-players-container {
display: flex;
flex-direction: column;
align-items: center;
align-items: flex-start;
height: 0;
p {
@@ -231,10 +231,6 @@ body {
}
}
#invisible {
visibility: hidden;
}
#selecttrumpsuit {
display: flex;
flex-direction: column;