From 4c32c73c573617c81bbc07c39b9c49c9ff4aa491 Mon Sep 17 00:00:00 2001 From: EETagent Date: Tue, 22 Nov 2022 20:50:49 +0100 Subject: [PATCH] fix: swipe animation to page borders --- frontend/src/routes/dashboard/+page.svelte | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index 5c5a72e..00b9b07 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -27,16 +27,18 @@
-
+
damina.vysin@example.com Uchazeč na SSPŠ
- + {#each [0, 0, 0] as _} - +
+ +
{/each}
@@ -50,7 +52,7 @@ } .dashboardMobile { - @apply w-[90vw] h-[90vh]; + @apply w-[100vw] h-[90vh]; @apply md:hidden; }