mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed new design on mobile and added buttons to searchbar
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user