fix list page sidebar css for mobile

This commit is contained in:
hossainemruz 2020-04-18 19:32:44 +06:00
parent 86b1a9ca7a
commit 91286e6577

View file

@ -334,6 +334,15 @@ a.focused {
transition: all ease-out 0.5s;
}
.sidebar-tree{
margin-left: 1.5rem;
}
.sidebar.hide .sidebar-tree{
margin-left: 1.5rem;
transition: all 0.3s ease-out;
}
.content-cards {
padding-top: 20px;
padding-left: 0px;