mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
fix mobile nav
This commit is contained in:
parent
039f6a1492
commit
3c853d0ebe
2 changed files with 4 additions and 1 deletions
|
@ -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());
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue