diff --git a/ts/deckconfig/ConfigSelector.svelte b/ts/deckconfig/ConfigSelector.svelte index b39dcdaac..c018eac28 100644 --- a/ts/deckconfig/ConfigSelector.svelte +++ b/ts/deckconfig/ConfigSelector.svelte @@ -22,12 +22,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -
-
-
- {tr.actionsOptionsFor({ val: state.currentDeck.name })} -
+
+
+
{tr.actionsOptionsFor({ val: state.currentDeck.name })}
- - +
+ + -
diff --git a/ts/deckconfig/DeckConfigPage.svelte b/ts/deckconfig/DeckConfigPage.svelte index f85fb2b13..d427118f5 100644 --- a/ts/deckconfig/DeckConfigPage.svelte +++ b/ts/deckconfig/DeckConfigPage.svelte @@ -16,7 +16,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html justify-content: center; } - .inner { + :global(.width-limited) { + width: 40em; padding: 0.5em; } @@ -28,7 +29,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
-
+
diff --git a/ts/deckconfig/OptionsDropdown.svelte b/ts/deckconfig/OptionsDropdown.svelte index 155e18142..4193334fb 100644 --- a/ts/deckconfig/OptionsDropdown.svelte +++ b/ts/deckconfig/OptionsDropdown.svelte @@ -73,7 +73,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html on:click={() => save(false)}>Save