make sidebar visible by default, in a responsive way (1260px or smaller still have the default collapsed) fix #1
This commit is contained in:
parent
d505fbe2d9
commit
85dfe38bd4
1 changed files with 10 additions and 0 deletions
|
@ -58,3 +58,13 @@
|
|||
float: right;
|
||||
margin-left: 10px;
|
||||
}
|
||||
@media (min-width: 1260px) {
|
||||
.sidebar {
|
||||
visibility: visible;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
.sidebar-toggle {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue