diff --git a/components/main/MainContent.vue b/components/main/MainContent.vue index 7695c254..b0cf4041 100644 --- a/components/main/MainContent.vue +++ b/components/main/MainContent.vue @@ -20,8 +20,8 @@ const wideLayout = computed(() => route.meta.wideLayout ?? false) border="b base" bg="[rgba(var(--rgb-bg-base),0.7)]" class="native:lg:w-[calc(100vw-5rem)] native:xl:w-[calc(135%+(100vw-1200px)/2)]" > -
-
+
+
route.meta.wideLayout ?? false) >
-
+
diff --git a/components/nav/NavSide.vue b/components/nav/NavSide.vue index 99a69550..b4a05591 100644 --- a/components/nav/NavSide.vue +++ b/components/nav/NavSide.vue @@ -7,7 +7,6 @@ const { notifications } = useNotifications()