mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
removed iscroll
This commit is contained in:
@@ -337,7 +337,7 @@ ul #chat-log{
|
|||||||
padding-right: 3%;
|
padding-right: 3%;
|
||||||
}
|
}
|
||||||
#playlist{
|
#playlist{
|
||||||
padding:0px 15px;
|
/*padding:0px 15px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#player{
|
#player{
|
||||||
@@ -709,10 +709,20 @@ ul #chat-log{
|
|||||||
.title-container li {
|
.title-container li {
|
||||||
width: 71%;
|
width: 71%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wrapper {
|
||||||
|
height: 100%;
|
||||||
|
width: 113%;
|
||||||
|
overflow: auto;
|
||||||
|
padding-right: 7vh;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
#playlist{
|
#playlist{
|
||||||
padding:0px 15px;
|
/*padding:0px 15px;*/
|
||||||
overflow: hidden;
|
|
||||||
height: 90%;
|
height: 90%;
|
||||||
height: calc(100% - 64px);
|
height: calc(100% - 64px);
|
||||||
|
overflow: hidden;
|
||||||
|
padding:0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,12 +87,12 @@ function populate_list(msg, conf_only)
|
|||||||
|
|
||||||
if(scroller === false)
|
if(scroller === false)
|
||||||
{
|
{
|
||||||
myScroll = new IScroll('#playlist', {
|
/*myScroll = new IScroll('#playlist', {
|
||||||
mouseWheel: true,
|
mouseWheel: true,
|
||||||
scrollY: true,
|
scrollY: true,
|
||||||
});
|
});
|
||||||
scroller = true;
|
scroller = true;
|
||||||
myScroll.maxScrollY = myScroll.maxScrollY - 5;
|
myScroll.maxScrollY = myScroll.maxScrollY - 5;*/
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
refresh_scroll();
|
refresh_scroll();
|
||||||
@@ -104,8 +104,8 @@ function populate_list(msg, conf_only)
|
|||||||
//document.getElementById("player").style.display="none";
|
//document.getElementById("player").style.display="none";
|
||||||
//ytplayer.pauseVideo();
|
//ytplayer.pauseVideo();
|
||||||
}else{
|
}else{
|
||||||
myScroll.refresh();
|
//myScroll.refresh();
|
||||||
myScroll.maxScrollY = myScroll.maxScrollY - 5;
|
//myScroll.maxScrollY = myScroll.maxScrollY - 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#settings").css("visibility", "visible");
|
$("#settings").css("visibility", "visible");
|
||||||
@@ -152,11 +152,11 @@ function importOldList(chan){
|
|||||||
|
|
||||||
function refresh_scroll()
|
function refresh_scroll()
|
||||||
{
|
{
|
||||||
if(myScroll !== undefined)
|
/*if(myScroll !== undefined)
|
||||||
{
|
{
|
||||||
myScroll.refresh();
|
myScroll.refresh();
|
||||||
myScroll.maxScrollY = myScroll.maxScrollY - 5;
|
myScroll.maxScrollY = myScroll.maxScrollY - 5;
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
function show(){
|
function show(){
|
||||||
|
|||||||
Reference in New Issue
Block a user