From 82cf7cbfaf7831cfd88cf5fce18851d19c13d70a Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Mon, 22 Apr 2024 01:46:46 +0200 Subject: [PATCH] removing apps spacing --- frontend/src/App.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 07706b0..32efa13 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -237,8 +237,7 @@ window.addEventListener('hashchange', () => { .text { right: 0%; width: 0%; - visibility: collapse; - opacity: 0; + display:none; color: white; font-size: 1.2em; font-weight: 600; @@ -247,7 +246,7 @@ window.addEventListener('hashchange', () => { ul.vertical:hover .text { opacity:1; - visibility:visible; + display: inline; width: 60%; transition-duration: .3s; padding-left: 15px;