From 0602aa503f664b7b6f7bf2fec7878e4b8e4234c5 Mon Sep 17 00:00:00 2001 From: Dimitra Angelidou Date: Tue, 5 May 2026 23:46:33 +0300 Subject: [PATCH 1/2] Fixed #329 (about us bottom being clipped) --- src/routes/personalInfo/about.svelte | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/routes/personalInfo/about.svelte b/src/routes/personalInfo/about.svelte index 6f149393..b3af4290 100644 --- a/src/routes/personalInfo/about.svelte +++ b/src/routes/personalInfo/about.svelte @@ -9,6 +9,7 @@ import contributors from "$lib/components/personalInfo/contributors.json"; import { t, locale, locales} from "$lib/i18n"; import SubPageHeader from '$shared/subPageHeader.svelte'; + import IonPage from 'ionic-svelte/components/IonPage.svelte'; import { construct } from 'ionicons/icons'; interface Contributor { @@ -51,7 +52,7 @@ - +
@@ -121,6 +122,7 @@
+
- \ No newline at end of file From 94056b3d6030b54e8806989a015c1b657015c721 Mon Sep 17 00:00:00 2001 From: iliaspapan <93546136+iliaspapan@users.noreply.github.com> Date: Sat, 9 May 2026 16:13:06 +0300 Subject: [PATCH 2/2] Update app.html auto --- src/app.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app.html b/src/app.html index f2058b4d..361d56eb 100644 --- a/src/app.html +++ b/src/app.html @@ -3,10 +3,11 @@ - + + %sveltekit.head%
%sveltekit.body%
- \ No newline at end of file +