summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-07-24 20:45:14 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-27 21:14:42 +0300
commit7d0443525feedbb5ce48bd3aa43599d7831288d2 (patch)
tree52bfc6498697382d3957491d816f131b76e53b67 /src/components
parent965cf673ec7179d5cc09c656f5508eee4fc71712 (diff)
downloadwebui-vue-7d0443525feedbb5ce48bd3aa43599d7831288d2.tar.xz
Add extra margin to bottom of navigation
Adding extra spacing between the last navigation item and the edge of the browser screen. The extra space makes the last item easier to view and click, on shorter screens or when all menu items are expanded. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I1776c8aa419480c568533baa92e60cc7d8a68bb0
Diffstat (limited to 'src/components')
-rw-r--r--src/components/AppNavigation/AppNavigation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/AppNavigation.vue b/src/components/AppNavigation/AppNavigation.vue
index be80171b..26ae3802 100644
--- a/src/components/AppNavigation/AppNavigation.vue
+++ b/src/components/AppNavigation/AppNavigation.vue
@@ -2,7 +2,7 @@
<div>
<div class="nav-container" :class="{ open: isNavigationOpen }">
<nav ref="nav" :aria-label="$t('appNavigation.primaryNavigation')">
- <b-nav vertical>
+ <b-nav vertical class="mb-4">
<b-nav-item to="/" data-test-id="nav-container-overview">
<icon-overview />
{{ $t('appNavigation.overview') }}