Peter Jaszkowiak 7 years ago
parent d018d0a38b
commit d37602e34d

@ -165,7 +165,7 @@ $(document).ready(function() {
$(window).on('resize action:ajaxify.start', function () { $(window).on('resize action:ajaxify.start', function () {
navSlideout.close(); navSlideout.close();
chatsSlideout.close(); if (chatsSlideout) { chatsSlideout.close(); }
$('.account .cover').css('top', $('[component="navbar"]').height()); $('.account .cover').css('top', $('[component="navbar"]').height());
}); });

Loading…
Cancel
Save