Fix hand layout issues

This commit is contained in:
Andrio Celos 2023-08-12 19:23:47 +10:00
parent 70f268e9f4
commit 1acfa7937d

View File

@ -284,7 +284,6 @@ dialog::backdrop {
display: flex;
position: relative;
align-items: center;
padding: 0 5px;
justify-content: center;
z-index: 1;
}
@ -616,8 +615,9 @@ dialog::backdrop {
}
#handContainer {
grid-column: 1 / -1;
grid-row: hand-row;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
text-align: center;
}