diff --git a/app/components/main/MainContent.vue b/app/components/main/MainContent.vue index a7cc256f..f028c449 100644 --- a/app/components/main/MainContent.vue +++ b/app/components/main/MainContent.vue @@ -5,6 +5,8 @@ const { back = false } = defineProps<{ * Note: this will be forced to false on xl screens to avoid duplicating the sidebar's back button. */ back?: boolean | 'small-only' + /** Show the back button on small screens */ + backOnSmallScreen?: boolean /** Do not applying overflow hidden to let use floatable components in title */ noOverflowHidden?: boolean }>() @@ -46,22 +48,22 @@ const showBackButton = computed(() => { 'backdrop-blur': !getPreferences(userSettings, 'optimizeForLowPerformanceDevice'), }" > -
-
+
+
-
+
-
+
diff --git a/app/components/main/MainTitle.vue b/app/components/main/MainTitle.vue new file mode 100644 index 00000000..14273284 --- /dev/null +++ b/app/components/main/MainTitle.vue @@ -0,0 +1,33 @@ + + + diff --git a/app/error.vue b/app/error.vue index f4c4b575..00f2a894 100644 --- a/app/error.vue +++ b/app/error.vue @@ -36,7 +36,7 @@ async function reload() {
diff --git a/app/pages/[[server]]/@[account]/index.vue b/app/pages/[[server]]/@[account]/index.vue index 88a4aff2..7fb8f358 100644 --- a/app/pages/[[server]]/@[account]/index.vue +++ b/app/pages/[[server]]/@[account]/index.vue @@ -23,12 +23,13 @@ onReactivated(() => {