From 63c4196986c6ad960167464f87d3b9f104e181e3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 30 Apr 2024 09:49:35 +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 be86335e5..50c676d9c 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 - 238 + const chat_window_height = innerHeight - orgy_file.offsetHeight - 240 document.getElementById('chat-window').setAttribute('style', `max-height: ${chat_window_height}px !important`) } setTimeout(add_waiting_listener, 5000);