1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

Fix users sidebar is partially hidden on some devices

Users list bars is partially hidden which troncate some username on certains devices.
This commit is contained in:
Alain Takoudjou 2021-03-26 17:06:14 +01:00
parent 8d5e23aae9
commit dc34c9e459

View file

@ -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 */