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;
|
||||
}
|
||||
|
||||
/* 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 */
|
||||
|
||||
Reference in New Issue
Block a user