re-exposing taskbar on mobile layout

main
Julian Lam 8 years ago
parent 9037a8224f
commit d816b1659a

@ -137,11 +137,9 @@
}
}
@media (max-width: 979px) {
/*
Gets in the way of entering text when writing posts
*/
display: none !important;
@media (max-width: @screen-sm) {
.nav.navbar-nav {
margin: 0;
}
}
}
Loading…
Cancel
Save