mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed some styling the playlist
This commit is contained in:
@@ -53,7 +53,7 @@ function updateList()
|
||||
{
|
||||
if(!window.mobilecheck())
|
||||
{
|
||||
$("#playlist").css({height: $("#player").height()});
|
||||
$("#playlist").css({height: $("#player").height()-$("#adminPanel").outerHeight(true)});
|
||||
$("#playlist").css({overflow: "hidden"});
|
||||
if(scroller == false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user