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:
+5
-9
@@ -1122,12 +1122,10 @@ header .collapse {
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Shrinking the sidebar from 200px to 60px and center aligining its content*/
|
/* Shrinking the sidebar from 200px to 0px */
|
||||||
#left-sidebar.active {
|
#left-sidebar.active {
|
||||||
min-width: 60px;
|
min-width: 0;
|
||||||
max-width: 60px;
|
max-width: 0;
|
||||||
text-align: center;
|
|
||||||
margin-left: -60px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#left-sidebar .sidebar-header strong {
|
#left-sidebar .sidebar-header strong {
|
||||||
@@ -1267,10 +1265,8 @@ header .collapse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#left-sidebar {
|
#left-sidebar {
|
||||||
min-width: 60px;
|
min-width: 0;
|
||||||
max-width: 60px;
|
max-width: 0;
|
||||||
text-align: center;
|
|
||||||
margin-left: -60px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reappearing the sidebar on toggle button click */
|
/* Reappearing the sidebar on toggle button click */
|
||||||
|
|||||||
Reference in New Issue
Block a user