From 205494b367dc46831e66b200cf58adbb41ab456f Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 20 Jul 2024 18:49:51 +0600 Subject: [PATCH] web/SmallDialog: fix scaling on small screens --- web/src/components/dialog/SmallDialog.svelte | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/web/src/components/dialog/SmallDialog.svelte b/web/src/components/dialog/SmallDialog.svelte index 8763b122..c14cd102 100644 --- a/web/src/components/dialog/SmallDialog.svelte +++ b/web/src/components/dialog/SmallDialog.svelte @@ -25,7 +25,7 @@ setTimeout(() => { dialogParent.close(); killDialog(); - }, 150) + }, 150); } }; @@ -33,7 +33,7 @@ dialogParent.showModal(); tick().then(() => { open = true; - }) + }); } @@ -73,11 +73,7 @@ - +