mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-08-27 05:14:47 -05:00
Deck editor: Minor layout tweak
We'll come back to this in a future update.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user