mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed playlist transition on height and box shadow on search
This commit is contained in:
@@ -5,8 +5,8 @@ function admin()
|
||||
{
|
||||
adminTogg = !adminTogg;
|
||||
|
||||
if(adminTogg) $("#playlist").height($("#playlist").height()-210); //opening
|
||||
if(!adminTogg)$("#playlist").height($("#playlist").height()+210);; //closing
|
||||
if(adminTogg) $("#playlist").height($("#player").height()-210+30); //opening
|
||||
if(!adminTogg)$("#playlist").height($("#player").height()+30);; //closing
|
||||
|
||||
$("#adminPanel").toggleClass("hiddenAdmin");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user