From eb280673c1f92fa8d7154256f47e466b03ea843b Mon Sep 17 00:00:00 2001 From: Andrio Celos Date: Fri, 1 Sep 2023 10:00:31 +1000 Subject: [PATCH] Deck editor: Minor layout tweak We'll come back to this in a future update. --- TableturfBattleClient/tableturf.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TableturfBattleClient/tableturf.css b/TableturfBattleClient/tableturf.css index eb12390..0f7a1ee 100644 --- a/TableturfBattleClient/tableturf.css +++ b/TableturfBattleClient/tableturf.css @@ -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 {