Commit dc34c9e4 authored by Alain Takoudjou's avatar Alain Takoudjou

Fix users sidebar is partially hidden on some devices

Users list bars is partially hidden which troncate some username on certains devices.
parent 8d5e23aa
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment