A few fixes
This commit is contained in:
parent
ad30e3a805
commit
5a4b18a1e7
3 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue