From dc34c9e45969248302260ecbf5db74c46025d742 Mon Sep 17 00:00:00 2001 From: Alain Takoudjou Date: Fri, 26 Mar 2021 17:06:14 +0100 Subject: [PATCH] Fix users sidebar is partially hidden on some devices Users list bars is partially hidden which troncate some username on certains devices. --- static/galene.css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/static/galene.css b/static/galene.css index 48d5402..bc42e14 100644 --- a/static/galene.css +++ b/static/galene.css @@ -1122,12 +1122,10 @@ header .collapse { height: 20px; } -/* Shrinking the sidebar from 200px to 60px and center aligining its content*/ +/* Shrinking the sidebar from 200px to 0px */ #left-sidebar.active { - min-width: 60px; - max-width: 60px; - text-align: center; - margin-left: -60px !important; + min-width: 0; + max-width: 0; } #left-sidebar .sidebar-header strong { @@ -1267,10 +1265,8 @@ header .collapse { } #left-sidebar { - min-width: 60px; - max-width: 60px; - text-align: center; - margin-left: -60px !important; + min-width: 0; + max-width: 0; } /* Reappearing the sidebar on toggle button click */