decreased full chat height by 1px

v1.18.x
Julian Lam 7 years ago
parent 457194b333
commit c20aca8933

@ -446,8 +446,8 @@ define('forum/chats', [
Chats.resizeMainWindow = function () {
var viewportHeight = $(window).height();
var fromTop = components.get('chat/main-wrapper').offset().top || components.get('chat/nav-wrapper').offset().top;
$('.chats-full').height(viewportHeight - fromTop - 1);
$('.chats-full').height(viewportHeight - fromTop);
Chats.setActive();
};

Loading…
Cancel
Save