fix list page sidebar css for mobile
This commit is contained in:
parent
86b1a9ca7a
commit
91286e6577
1 changed files with 9 additions and 0 deletions
|
@ -334,6 +334,15 @@ a.focused {
|
||||||
transition: all ease-out 0.5s;
|
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 {
|
.content-cards {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue