From d91e3a64baf9ad2dd3f74aa48884c6e13c332694 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 26 Dec 2021 00:29:41 +0100 Subject: [PATCH] feat: add tooltip by icon only sidebar navi Signed-off-by: Stefan Dej --- src/components/TheSidebar.vue | 62 +++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 24 deletions(-) diff --git a/src/components/TheSidebar.vue b/src/components/TheSidebar.vue index 86f8c830..ad0aca33 100644 --- a/src/components/TheSidebar.vue +++ b/src/components/TheSidebar.vue @@ -34,33 +34,47 @@ -
- - - mdi-{{ category.icon }} - - - {{ $t(`Router.${category.title}`) }} - - +
+ + + {{ $t(`Router.${category.title}`) }} +