More compliances

This commit is contained in:
Kasper Rynning-Tønnesen
2019-11-06 09:40:42 +01:00
parent 668949d77f
commit 0f16361f6d
4 changed files with 45 additions and 22 deletions

View File

@@ -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");