Made Sidebar collapsible for small screens

Added a hamburger button in _admin_html.haml for navbar collapse

Fixes #853
This commit is contained in:
nikhilgupta1211 2017-08-20 16:27:35 +05:30 committed by Stella Rouzi
parent 52cde784fa
commit d0a9610992
3 changed files with 15 additions and 3 deletions

View file

@ -94,3 +94,9 @@ p.comment-body {
.box{
height: 230px;
}
/* sidebar hamburger btn */
.side-nav-btn{
margin-left: 10px;
float: left;
}