mirror of https://github.com/calzoneman/sync.git
By default push userlist to the right on synchtube layout
This commit is contained in:
parent
ac8754299c
commit
bd348132e6
|
@ -1443,6 +1443,7 @@ function fluidLayout() {
|
||||||
function synchtubeLayout() {
|
function synchtubeLayout() {
|
||||||
$("#videowrap").detach().insertBefore($("#chatwrap"));
|
$("#videowrap").detach().insertBefore($("#chatwrap"));
|
||||||
$("#rightpane-outer").detach().insertBefore($("#leftpane-outer"));
|
$("#rightpane-outer").detach().insertBefore($("#leftpane-outer"));
|
||||||
|
$("#userlist").css("float", "right");
|
||||||
}
|
}
|
||||||
|
|
||||||
function chatOnly() {
|
function chatOnly() {
|
||||||
|
|
Loading…
Reference in New Issue