From 8ce7e89d50c24cf2ecf05566f46ea92352df2ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludv=C3=ADk=20Prokopec?= Date: Sat, 22 Oct 2022 10:46:43 +0200 Subject: [PATCH] Fixes --- src/App.svelte | 1 - src/lib/Components/Sharebutton.svelte | 1 - src/lib/utils/stores.js | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 24aa180..673352b 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -39,6 +39,5 @@ justify-self: center; width: 100%; max-width: 500px; - /*overflow: hidden;*/ } diff --git a/src/lib/Components/Sharebutton.svelte b/src/lib/Components/Sharebutton.svelte index f9a8a35..330ec8b 100644 --- a/src/lib/Components/Sharebutton.svelte +++ b/src/lib/Components/Sharebutton.svelte @@ -1,5 +1,4 @@