improve ui

This commit is contained in:
pa
2026-03-07 01:47:19 +09:00
parent e4f0abe74a
commit 2370dff307
3 changed files with 26 additions and 7 deletions

View File

@@ -120,8 +120,7 @@
const router = useRouter();
const appearanceSettingsStore = useAppearanceSettingsStore();
const { navWidth, isNavCollapsed, showStatusBar } =
storeToRefs(appearanceSettingsStore);
const { navWidth, isNavCollapsed, showStatusBar } = storeToRefs(appearanceSettingsStore);
const sidebarOpen = computed(() => !isNavCollapsed.value);