From d03e344fd6aecd8849170c16f59cd68609a75c1b Mon Sep 17 00:00:00 2001 From: paidge <paidge_cs@hotmail.com> Date: Tue, 25 Jan 2022 17:48:45 +0100 Subject: [PATCH] v0.06 tag --- components/navigation/menu/Group.vue | 4 ++-- components/navigation/menu/Sidebar.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/navigation/menu/Group.vue b/components/navigation/menu/Group.vue index e818f00..66bbcac 100644 --- a/components/navigation/menu/Group.vue +++ b/components/navigation/menu/Group.vue @@ -1,6 +1,6 @@ <template> <div class="mb-4"> - <h2 class="small text-muted text-uppercase ml-4 mb-2 pb-3 border-bottom"> + <h2 class="small text-muted text-uppercase ml-4 mb-0 pb-2 border-bottom"> {{ $t(menu.title) }} </h2> <div class="nav navbar-nav list-group list-group-flush"> @@ -10,7 +10,7 @@ v-for="item in menu.items" :key="item.path" @click.native="toggleMenu()"> - <div class="position-relative py-3">{{ $t(item.title) }}</div> + <div class="position-relative py-2">{{ $t(item.title) }}</div> </NuxtLink> </div> </div> diff --git a/components/navigation/menu/Sidebar.vue b/components/navigation/menu/Sidebar.vue index 968a830..e938fda 100644 --- a/components/navigation/menu/Sidebar.vue +++ b/components/navigation/menu/Sidebar.vue @@ -10,7 +10,7 @@ </nuxt-link> <div class="d-flex text-info justify-content-between align-items-baseline mt-3 mx-2"> - <div class="">v0.05</div> + <div class="">v0.06</div> <div class="small" v-if="countMax"> {{ $t("bloc.title") }} n°<span class="font-weight-bold">{{ countMax.number -- GitLab