From f52e51677590555a189a7d014af596079bcc2cc9 Mon Sep 17 00:00:00 2001 From: Munawwirul Jamal Date: Sun, 12 Oct 2025 13:06:21 +0700 Subject: [PATCH] dev: hotfix, layout --- app/components/pub/ui/card/CardContent.vue | 2 +- app/components/pub/ui/card/CardDescription.vue | 2 +- app/components/pub/ui/card/CardFooter.vue | 2 +- app/components/pub/ui/sidebar/Sidebar.vue | 10 +++++----- app/components/pub/ui/sidebar/SidebarProvider.vue | 2 ++ app/components/pub/ui/sidebar/utils.ts | 3 ++- app/layouts/default.vue | 2 +- 7 files changed, 13 insertions(+), 10 deletions(-) diff --git a/app/components/pub/ui/card/CardContent.vue b/app/components/pub/ui/card/CardContent.vue index 2c5eda28..08b098f0 100644 --- a/app/components/pub/ui/card/CardContent.vue +++ b/app/components/pub/ui/card/CardContent.vue @@ -8,7 +8,7 @@ const props = defineProps<{ diff --git a/app/components/pub/ui/card/CardDescription.vue b/app/components/pub/ui/card/CardDescription.vue index b17e1d89..b20d2ad7 100644 --- a/app/components/pub/ui/card/CardDescription.vue +++ b/app/components/pub/ui/card/CardDescription.vue @@ -8,7 +8,7 @@ const props = defineProps<{ diff --git a/app/components/pub/ui/card/CardFooter.vue b/app/components/pub/ui/card/CardFooter.vue index 08a2bd84..b2f2e110 100644 --- a/app/components/pub/ui/card/CardFooter.vue +++ b/app/components/pub/ui/card/CardFooter.vue @@ -8,7 +8,7 @@ const props = defineProps<{ diff --git a/app/components/pub/ui/sidebar/Sidebar.vue b/app/components/pub/ui/sidebar/Sidebar.vue index f25e3b9c..d7a9d0d0 100644 --- a/app/components/pub/ui/sidebar/Sidebar.vue +++ b/app/components/pub/ui/sidebar/Sidebar.vue @@ -30,7 +30,7 @@ const { isMobile, state, openMobile, setOpenMobile } = useSidebar()