Fixed new design on mobile and added buttons to searchbar

This commit is contained in:
Nicolas A. Tonne
2014-10-20 01:12:54 +02:00
parent c3a0e9ac07
commit e56cc373b0
5 changed files with 19 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ function updateList()
{
if(!window.mobilecheck())
{
$("#playlist").css({height: $("#player").height() - $("#buttons").height()-4});
$("#playlist").css({height: $("#player").height()});
$("#playlist").css({overflow: "hidden"});
if(scroller == false)
{