Mostly design update +
Some checks failed
Build Mau & Deploy Mau / build (push) Failing after 1m23s
Build Mau & Deploy Mau / deploy (push) Has been skipped

- Chat cleaning
- Player hand size visibility
This commit is contained in:
DTieman
2024-04-21 16:28:55 +02:00
parent d907a56483
commit 4959e197bb
13 changed files with 222 additions and 98 deletions

View File

@@ -1,8 +1,7 @@
.hand {
display: flex;
flex-direction: row;
//justify-content: center;
flex-flow: nowrap !important;
max-width: 100%;
flex-flow: row nowrap !important;
overflow-x: scroll;
padding: 0.5rem;
gap: 0.5rem;