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()
-
-
+
+
{{ $t('nav.bookmarks') }}
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()
-
-
+
+
{{ $t('nav.favourites') }}
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"
>
-
+
{{ $t('nav.explore') }}
diff --git a/components/nav/button/Favorite.vue b/components/nav/button/Favorite.vue
index f61e47ac..8f6eed63 100644
--- a/components/nav/button/Favorite.vue
+++ b/components/nav/button/Favorite.vue
@@ -7,8 +7,16 @@ const hideLabel = useHideBottomNavigationLabel()
-
-
+
+
{{ $t('nav.favourites') }}
diff --git a/components/nav/button/Federated.vue b/components/nav/button/Federated.vue
index 86679edf..192286af 100644
--- a/components/nav/button/Federated.vue
+++ b/components/nav/button/Federated.vue
@@ -9,8 +9,16 @@ const hideLabel = useHideBottomNavigationLabel()
-
-
+
+
{{ $t('nav.federated') }}
diff --git a/components/nav/button/Hashtag.vue b/components/nav/button/Hashtag.vue
index e75e7f3e..d2d39f3a 100644
--- a/components/nav/button/Hashtag.vue
+++ b/components/nav/button/Hashtag.vue
@@ -7,8 +7,16 @@ const hideLabel = useHideBottomNavigationLabel()
-
-
+
+
{{ $t('nav.hashtags') }}
diff --git a/components/nav/button/Home.vue b/components/nav/button/Home.vue
index cf9641e5..6f61f247 100644
--- a/components/nav/button/Home.vue
+++ b/components/nav/button/Home.vue
@@ -7,8 +7,16 @@ const hideLabel = useHideBottomNavigationLabel()
-
-
+
+
{{ $t('nav.home') }}
diff --git a/components/nav/button/List.vue b/components/nav/button/List.vue
index a892f5aa..779c6645 100644
--- a/components/nav/button/List.vue
+++ b/components/nav/button/List.vue
@@ -14,9 +14,11 @@ const hideLabel = useHideBottomNavigationLabel()
:aria-label="$t('nav.lists')"
:active-class="activeClass"
flex flex-col items-center place-content-center h-full flex-1
- class="coarse-pointer:select-none" @click="$scrollToTop"
+ class="coarse-pointer:select-none"
+ :class="hideLabel ? null : 'gap-1'"
+ @click="$scrollToTop"
>
-
+
{{ $t('nav.lists') }}
diff --git a/components/nav/button/Local.vue b/components/nav/button/Local.vue
index 0502c51c..492c6306 100644
--- a/components/nav/button/Local.vue
+++ b/components/nav/button/Local.vue
@@ -11,10 +11,12 @@ const hideLabel = useHideBottomNavigationLabel()
group
:to="`/${currentServer}/public/local`"
:aria-label="$t('nav.local')" :active-class="activeClass"
- flex flex-col items-center place-content-center h-full flex-1 class="coarse-pointer:select-none"
+ flex flex-col items-center place-content-center h-full flex-1
+ class="coarse-pointer:select-none"
+ :class="hideLabel ? null : 'gap-1'"
@click="$scrollToTop"
>
-
+
{{ $t('nav.local') }}
diff --git a/components/nav/button/Mention.vue b/components/nav/button/Mention.vue
index 1bc449c1..86fd36f6 100644
--- a/components/nav/button/Mention.vue
+++ b/components/nav/button/Mention.vue
@@ -10,10 +10,13 @@ const hideLabel = useHideBottomNavigationLabel()
-
+
{{ $t('nav.conversations') }}
diff --git a/components/nav/button/MoreMenu.vue b/components/nav/button/MoreMenu.vue
index b544b78c..092f6427 100644
--- a/components/nav/button/MoreMenu.vue
+++ b/components/nav/button/MoreMenu.vue
@@ -10,8 +10,9 @@ const hideLabel = useHideBottomNavigationLabel()
place-content-center h-full flex-1 cursor-pointer
>