Skip to content

Commit

Permalink
anon view for threads in mobile with propper padding: checked
Browse files Browse the repository at this point in the history
  • Loading branch information
santisiri committed Jan 18, 2019
1 parent 684976d commit 6f04cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/templates/layout/url/hero/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Template.navbar.onRendered(function () {

if (!Meteor.Device.isPhone() && !Meteor.user()) {
resetSplit();
} else if (Meteor.Device.isPhone() && !Meteor.user()) {
} else if (Meteor.Device.isPhone() && !Meteor.user() && !instance.data.postMode) {
$('.split-left').css('padding-top', '0px');
}

Expand Down

0 comments on commit 6f04cc2

Please sign in to comment.