A few fixes

This commit is contained in:
calzoneman 2014-02-15 12:43:10 -06:00
parent ad30e3a805
commit 5a4b18a1e7
3 changed files with 5 additions and 5 deletions

View file

@ -1482,7 +1482,7 @@ function resizeStuff() {
return;
}
var h = parseInt(VHEIGHT) - 33;
var h = parseInt(VHEIGHT) - $("#chatline").outerHeight() - 1;
$("#messagebuffer").height(h);
$("#userlist").height(h);
}