Merge branch 'master' into dev
This commit is contained in:
commit
0aa8e0f930
6 changed files with 11 additions and 9 deletions
|
|
@ -356,7 +356,7 @@ $("#shuffleplaylist").click(function() {
|
|||
|
||||
/* layout stuff */
|
||||
$(window).resize(function() {
|
||||
VWIDTH = $("#queue").css("width").replace("px", "");
|
||||
VWIDTH = $("#videowidth").css("width").replace("px", "");
|
||||
VHEIGHT = ""+parseInt(parseInt(VWIDTH) * 9 / 16);
|
||||
$("#messagebuffer").css("height", (VHEIGHT - 31) + "px");
|
||||
$("#userlist").css("height", (VHEIGHT - 31) + "px");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue