From baaf271eebf1d60de89fa06167239a4e3347e5f7 Mon Sep 17 00:00:00 2001 From: userquin Date: Wed, 1 Jan 2025 19:28:07 +0100 Subject: [PATCH] chore: add some vertical gap --- components/nav/button/Bookmark.vue | 12 ++++++++++-- components/nav/button/Compose.vue | 12 ++++++++++-- components/nav/button/Explore.vue | 3 ++- components/nav/button/Favorite.vue | 12 ++++++++++-- components/nav/button/Federated.vue | 12 ++++++++++-- components/nav/button/Hashtag.vue | 12 ++++++++++-- components/nav/button/Home.vue | 12 ++++++++++-- components/nav/button/List.vue | 6 ++++-- components/nav/button/Local.vue | 6 ++++-- components/nav/button/Mention.vue | 7 +++++-- components/nav/button/MoreMenu.vue | 5 +++-- components/nav/button/Notification.vue | 12 ++++++++++-- components/nav/button/Search.vue | 12 ++++++++++-- 13 files changed, 98 insertions(+), 25 deletions(-) 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" > -
+