From a0ef3ff2bc9a16854dd4db9cfd44d6017a409f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Fri, 18 Nov 2022 15:54:17 +0100 Subject: [PATCH] Fix topbar for responsiveness for smaller screens --- lib/vue/src/components/navigation/CTopbar.vue | 342 +++++++++--------- 1 file changed, 164 insertions(+), 178 deletions(-) diff --git a/lib/vue/src/components/navigation/CTopbar.vue b/lib/vue/src/components/navigation/CTopbar.vue index 201788b90..957331ba4 100644 --- a/lib/vue/src/components/navigation/CTopbar.vue +++ b/lib/vue/src/components/navigation/CTopbar.vue @@ -1,182 +1,172 @@ @@ -279,10 +269,6 @@ $nav-user-icon-size: 50px; width: 100vw; height: $header-height; background-color: #F3F3F5 !important; - - h2 { - padding-left: calc(0.5rem + 2px); - } } .topbar-dropdown-menu { @@ -291,7 +277,7 @@ $nav-user-icon-size: 50px; } .spacer { - min-width: 0px; + min-width: 66px; -webkit-transition: min-width 0.15s ease-in-out; -moz-transition: min-width 0.15s ease-in-out; -o-transition: min-width 0.15s ease-in-out;