mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
More compliances
This commit is contained in:
@@ -1441,6 +1441,7 @@ function resizePlaylistPlaying(playing, resizing) {
|
||||
if (document.querySelector("#wrapper") == null || embed || client) return;
|
||||
if (window.innerWidth < 601) {
|
||||
var subtract = 0;
|
||||
playing = true;
|
||||
if (playing) {
|
||||
var height = window.innerHeight - 246 - 170 - subtract;
|
||||
Helper.css("#chat-bar", "height", height + "px");
|
||||
|
||||
Reference in New Issue
Block a user