From 3abe6168aabb1a8c6cd6459918a0ef734fc9aed4 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 18 Apr 2021 13:02:33 +1000 Subject: [PATCH] tweak deckconfig top area formatting I suspect there's a better way to ensure selector and save button are shown on the same line on both large and small widths; PRs are welcome. --- ts/deckconfig/ConfigEditor.svelte | 4 ++++ ts/deckconfig/ConfigSelector.svelte | 16 ++++++++++------ ts/deckconfig/DeckConfigPage.svelte | 8 ++------ 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ts/deckconfig/ConfigEditor.svelte b/ts/deckconfig/ConfigEditor.svelte index e02d7182d..c01f1420b 100644 --- a/ts/deckconfig/ConfigEditor.svelte +++ b/ts/deckconfig/ConfigEditor.svelte @@ -17,6 +17,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html :global(h2) { margin-top: 1em; } + + :global(input, select) { + font-size: 16px; + }
diff --git a/ts/deckconfig/ConfigSelector.svelte b/ts/deckconfig/ConfigSelector.svelte index 138f62b6e..b39dcdaac 100644 --- a/ts/deckconfig/ConfigSelector.svelte +++ b/ts/deckconfig/ConfigSelector.svelte @@ -23,7 +23,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html + +
- -