mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
fix: Don't open the sidebar drawer by default on medium screens (#6107)
This commit is contained in:
@@ -173,7 +173,7 @@ export default defineNuxtComponent({
|
||||
|
||||
const sidebar = ref<boolean>(false);
|
||||
onMounted(() => {
|
||||
sidebar.value = display.mdAndUp.value;
|
||||
sidebar.value = display.lgAndUp.value;
|
||||
});
|
||||
|
||||
function cookbookAsLink(cookbook: ReadCookBook): SideBarLink {
|
||||
|
||||
Reference in New Issue
Block a user