From ff7361422898c88a355935afd44dcff80d797fd0 Mon Sep 17 00:00:00 2001 From: patak Date: Fri, 30 Dec 2022 19:16:23 +0100 Subject: [PATCH] fix: revert #660 + patch --- components/main/MainContent.vue | 5 ++--- layouts/default.vue | 4 ++-- pages/[[server]]/explore.vue | 2 +- pages/notifications.vue | 2 +- unocss.config.ts | 3 --- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/components/main/MainContent.vue b/components/main/MainContent.vue index d1f095fd..ee6e1716 100644 --- a/components/main/MainContent.vue +++ b/components/main/MainContent.vue @@ -4,14 +4,13 @@ defineProps<{ backOnSmallScreen?: boolean /** Show the back button on both small and big screens */ back?: boolean - largeHeader?: boolean }>()