mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-07-09 21:57:43 -05:00
Deck editor: Minor layout tweak
We'll come back to this in a future update.
This commit is contained in:
parent
8b724f7f12
commit
eb280673c1
|
|
@ -1330,6 +1330,7 @@ dialog::backdrop {
|
|||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 3em;
|
||||
}
|
||||
|
||||
.deckList {
|
||||
|
|
@ -1407,7 +1408,7 @@ button.dragging {
|
|||
grid-column: 2;
|
||||
grid-row: 2 / -1;
|
||||
overflow-y: scroll;
|
||||
width: 33em;
|
||||
min-width: 33em;
|
||||
}
|
||||
|
||||
#deckEditorDeckViewSection:not([hidden]), #deckEditorDeckEditPage {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user