Merge pull request #31 from nixolas1/epicbranch

Fixed some styling the playlist
This commit is contained in:
KasperRT
2014-10-23 20:10:55 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
{