From bd348132e6d6124554a3e7ec61634865e840a25a Mon Sep 17 00:00:00 2001 From: calzoneman Date: Fri, 30 Aug 2013 15:49:30 -0500 Subject: [PATCH] By default push userlist to the right on synchtube layout --- www/assets/js/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/assets/js/util.js b/www/assets/js/util.js index 389554d5..9532a3d0 100644 --- a/www/assets/js/util.js +++ b/www/assets/js/util.js @@ -1443,6 +1443,7 @@ function fluidLayout() { function synchtubeLayout() { $("#videowrap").detach().insertBefore($("#chatwrap")); $("#rightpane-outer").detach().insertBefore($("#leftpane-outer")); + $("#userlist").css("float", "right"); } function chatOnly() {