Skip to content
Snippets Groups Projects
Commit f755a35e authored by Darby's avatar Darby
Browse files

Fixed css problems Robert pointed out

parent 07979591
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -165,10 +165,6 @@
}
}
 
.page-sidebar-expanded data {
display: none;
}
@media(min-width: $screen-md-max) {
.page-sidebar-collapsed {
@include folded-sidebar;
Loading
Loading
@@ -180,14 +176,13 @@
}
 
.page-sidebar-collapsed {
.nav-sidebar li {
width: 52px;
}
}
.page-sidebar-collapsed {
.nav-sidebar span {
display: none;
.nav-sidebar {
li {
width: 52px;
}
span {
display: none;
}
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment