mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Smaller player on mobile handle delete button better
This commit is contained in:
@@ -982,7 +982,9 @@ var List = {
|
||||
if(Helper.mobilecheck()) {
|
||||
song.find(".waves-effect").removeClass("waves-effect");
|
||||
song.find(".waves-light").removeClass("waves-light");
|
||||
|
||||
song.find(".list-song").addClass("mobile-overflow");
|
||||
} else {
|
||||
song.find(".mobile-delete").remove();
|
||||
}
|
||||
|
||||
song.find(".list-title").text(video_title);
|
||||
|
||||
Reference in New Issue
Block a user