fix mobile nav

This commit is contained in:
Sacha Greif 2015-01-03 10:14:07 +09:00
parent 039f6a1492
commit 3c853d0ebe
2 changed files with 4 additions and 1 deletions

View file

@ -6,7 +6,7 @@ Template[getTemplate('mobile_nav')].helpers({
return secondaryNav;
},
getTemplate: function () {
return getTemplate(this);
return getTemplate(this).template;
},
canPost: function(){
return canPost(Meteor.user());

View file

@ -71,6 +71,9 @@ $mobile-nav-width: 200px;
border:none;
}
}
.menu-description{
display: none;
}
.sign-in{
border-bottom:1px white(0.2) solid;
margin-right: 0px;