fix: Don't open the sidebar drawer by default on medium screens (#6107)

This commit is contained in:
Nico Hirsch
2025-09-08 16:58:39 +02:00
committed by GitHub
parent aa9e61a16f
commit c46c412bf5
3 changed files with 2 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ const { $globals } = useNuxtApp();
const sidebar = ref<boolean>(false);
onMounted(() => {
sidebar.value = !display.md.value;
sidebar.value = display.lgAndUp.value;
});
const topLinks: SidebarLinks = [