mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-08-27 05:14:47 -05:00
Fix hand layout issues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user