diff --git a/components/nav/button/Bookmark.vue b/components/nav/button/Bookmark.vue index f6f8a037..6fed8bc4 100644 --- a/components/nav/button/Bookmark.vue +++ b/components/nav/button/Bookmark.vue @@ -9,8 +9,16 @@ const hideLabel = useHideBottomNavigationLabel() diff --git a/components/nav/button/Compose.vue b/components/nav/button/Compose.vue index e18cec4e..f65990fd 100644 --- a/components/nav/button/Compose.vue +++ b/components/nav/button/Compose.vue @@ -7,8 +7,16 @@ const hideLabel = useHideBottomNavigationLabel() diff --git a/components/nav/button/Explore.vue b/components/nav/button/Explore.vue index 53612036..6468a1d8 100644 --- a/components/nav/button/Explore.vue +++ b/components/nav/button/Explore.vue @@ -17,9 +17,10 @@ const hideLabel = computed(() => getPreferences(userSettings.value, 'hideBottomN :aria-label="$t('nav.explore')" :active-class="activeClass" flex flex-col items-center place-content-center h-full flex-1 class="coarse-pointer:select-none" + :class="hideLabel ? null : 'gap-1'" @click="$scrollToTop" > -
+