By default push userlist to the right on synchtube layout

This commit is contained in:
calzoneman 2013-08-30 15:49:30 -05:00
parent ac8754299c
commit bd348132e6
1 changed files with 1 additions and 0 deletions

View File

@ -1443,6 +1443,7 @@ function fluidLayout() {
function synchtubeLayout() {
$("#videowrap").detach().insertBefore($("#chatwrap"));
$("#rightpane-outer").detach().insertBefore($("#leftpane-outer"));
$("#userlist").css("float", "right");
}
function chatOnly() {