From 7ca8e26054fc7e2e3029cce7945ee5cf507b76e6 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 16 Jun 2023 11:59:15 +0100 Subject: [PATCH] Implement: - reactive quick links, - componentised settings --- src/lib/islands/input-island.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/islands/input-island.svelte b/src/lib/islands/input-island.svelte index a3d475d..9c2e629 100644 --- a/src/lib/islands/input-island.svelte +++ b/src/lib/islands/input-island.svelte @@ -12,7 +12,7 @@

- +
@@ -29,7 +29,7 @@ text-transform: uppercase; font-size: 15px; } - .form-button { + button { width: 50%; margin-bottom: 5px; margin-top: 5px;