From 1c76d8e63cac09b9ad41b51a54ea8a43ed440484 Mon Sep 17 00:00:00 2001 From: flfeders Date: Fri, 23 Aug 2024 12:09:35 +0200 Subject: [PATCH] Changed Notification Position --- app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.ts b/app.config.ts index 1ff4720..76534af 100644 --- a/app.config.ts +++ b/app.config.ts @@ -15,7 +15,7 @@ export default defineAppConfig({ }, notifications: { // Show toasts at the top right of the screen - position: 'top-0 bottom-auto' + position: 'bottom-0 left-0' }, icons: { /*dark: 'i-ph-moon-duotone',