From 442847cbc6d8a6611fb3c22288b0d2dd8f88785f Mon Sep 17 00:00:00 2001 From: ToBinio Date: Thu, 7 May 2026 08:04:47 +0200 Subject: [PATCH] improve floating / pwa styling --- app/components/Nav/HorizontalNav.vue | 8 +++----- app/components/Todo/Todos.vue | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/components/Nav/HorizontalNav.vue b/app/components/Nav/HorizontalNav.vue index 2c72270..39fb57c 100644 --- a/app/components/Nav/HorizontalNav.vue +++ b/app/components/Nav/HorizontalNav.vue @@ -12,9 +12,9 @@ class=" bg-surface fixed bottom-0 flex h-12 w-dvw justify-between - floating:bottom-6 + floating:bottom-6! floating:max-w-[90vw] - floating:h-18 + floating:h-18! floating:items-center floating:rounded-4xl floating:border @@ -22,9 +22,7 @@ floating:px-2 floating:shadow-2xl - pwa:bottom-12 - - floating:pwa:bottom-6 + pwa:h-24 " >
diff --git a/app/components/Todo/Todos.vue b/app/components/Todo/Todos.vue index f512849..41e14d2 100644 --- a/app/components/Todo/Todos.vue +++ b/app/components/Todo/Todos.vue @@ -18,7 +18,7 @@