mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with title in embedded player
- And issue with embedded preview re-appearing when changing values even though the user clicked stop
This commit is contained in:
@@ -140,6 +140,7 @@ window.addEventListener("load", function() {
|
||||
Helper.addClass("#player", "video_only");
|
||||
Helper.addClass("#player_overlay", "video_only");
|
||||
Helper.css("#zoffbutton", "bottom", "0px");
|
||||
Helper.css("#song-title", "width", "100vw");
|
||||
}
|
||||
|
||||
M.Modal.init(document.getElementById("locked_channel"), {
|
||||
|
||||
Reference in New Issue
Block a user