Skip to content

Commit

Permalink
fix(ui): fix and adjust bottom navigation preview on setting page (#2818
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shuuji3 authored Oct 21, 2024
1 parent dac42e0 commit 9076577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/settings/SettingsBottomNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ function save() {
{{ $t('settings.interface.bottom_nav_instructions') }}
</p>
<!-- preview -->
<div aria-hidden="true" flex="~ gap4 wrap" items-center select-settings h-14 p0>
<div aria-hidden="true" flex="~ gap4 wrap" items-center select-settings h-14>
<nav
v-for="availableNavButton in selectedNavButtons" :key="availableNavButton.name"
flex="~ 1" items-center justify-center text-xl
scrollbar-hide overscroll-none
>
<button btn-base :class="availableNavButton.icon" mx-4 tabindex="-1" />
<span :class="availableNavButton.icon" />
</nav>
</div>

Expand Down

0 comments on commit 9076577

Please sign in to comment.