From 05bb8ccfa7b6e247f9db0faaa47a3430ae2add82 Mon Sep 17 00:00:00 2001 From: clkim Date: Mon, 24 Nov 2025 11:00:31 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20lnb=20=EB=85=B8=EC=B6=9C=20=EC=8B=9C?= =?UTF-8?q?=EA=B0=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/blocks/Lnb.vue | 2 +- layers/stores/useModalStore.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/components/blocks/Lnb.vue b/layers/components/blocks/Lnb.vue index 973217e..76722ae 100644 --- a/layers/components/blocks/Lnb.vue +++ b/layers/components/blocks/Lnb.vue @@ -197,7 +197,7 @@ onUnmounted(() => { z-index: -1; } .lnb-wrap.is-hidden { - @apply translate-x-[110%] delay-[800ms]; + @apply translate-x-[110%] delay-[5s]; } .lnb-main { @apply flex flex-col gap-4 items-end; diff --git a/layers/stores/useModalStore.ts b/layers/stores/useModalStore.ts index ca70c7d..c8d1b73 100644 --- a/layers/stores/useModalStore.ts +++ b/layers/stores/useModalStore.ts @@ -26,7 +26,7 @@ export const useModalStore = defineStore('modalStore', () => { */ const handleControlDimmed = (state: boolean) => { if (!import.meta.client) return - + if (state) { document.body.classList.add('dimmed') } else {