mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 04:16:37 -04: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;
|
return secondaryNav;
|
||||||
},
|
},
|
||||||
getTemplate: function () {
|
getTemplate: function () {
|
||||||
return getTemplate(this);
|
return getTemplate(this).template;
|
||||||
},
|
},
|
||||||
canPost: function(){
|
canPost: function(){
|
||||||
return canPost(Meteor.user());
|
return canPost(Meteor.user());
|
||||||
|
|
|
@ -71,6 +71,9 @@ $mobile-nav-width: 200px;
|
||||||
border:none;
|
border:none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.menu-description{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.sign-in{
|
.sign-in{
|
||||||
border-bottom:1px white(0.2) solid;
|
border-bottom:1px white(0.2) solid;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue