mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-22 07:52:10 +00:00
Smaller player on mobile handle delete button better
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -982,7 +982,9 @@ var List = {
|
|||||||
if(Helper.mobilecheck()) {
|
if(Helper.mobilecheck()) {
|
||||||
song.find(".waves-effect").removeClass("waves-effect");
|
song.find(".waves-effect").removeClass("waves-effect");
|
||||||
song.find(".waves-light").removeClass("waves-light");
|
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);
|
song.find(".list-title").text(video_title);
|
||||||
|
|||||||
Reference in New Issue
Block a user