From 10d7c1b73cf3bec9c521ee209bf0ce1bfff7a4de Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 30 Apr 2024 09:44:44 +0300 Subject: [PATCH] same as last commit --- files/assets/js/orgy_file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/js/orgy_file.js b/files/assets/js/orgy_file.js index 64c060520..4302df227 100644 --- a/files/assets/js/orgy_file.js +++ b/files/assets/js/orgy_file.js @@ -15,7 +15,7 @@ function add_playing_listener() { const created_utc = orgy_file.dataset.created_utc orgy_file.currentTime = now - created_utc if (screen_width < 768) { - const chat_window_height = innerHeight - orgy_file.offsetHeight - 194 + const chat_window_height = innerHeight - orgy_file.offsetHeight - 210 document.getElementById('chat-window').setAttribute('style', `max-height: ${chat_window_height}px !important`) } setTimeout(add_waiting_listener, 5000);