diff --git a/components/main/MainContent.vue b/components/main/MainContent.vue index 1ab347462c..312b5e5288 100644 --- a/components/main/MainContent.vue +++ b/components/main/MainContent.vue @@ -10,6 +10,7 @@ defineProps<{ const container = ref() const route = useRoute() +const userSettings = useUserSettings() const { height: windowHeight } = useWindowSize() const { height: containerHeight } = useElementBounding(container) const wideLayout = computed(() => route.meta.wideLayout ?? false) @@ -26,10 +27,13 @@ const containerClass = computed(() => {