Deck editor: Minor layout tweak

We'll come back to this in a future update.
This commit is contained in:
Andrio Celos 2023-09-01 10:00:31 +10:00
parent 8b724f7f12
commit eb280673c1

View File

@ -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 {