fix. lnb 노출 시간 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user