fix. lnb 노출 시간 수정

This commit is contained in:
clkim
2025-11-24 11:00:31 +09:00
parent ecc618a6ad
commit 05bb8ccfa7
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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 {