same as last commit

master
Aevann 2024-04-30 09:49:35 +03:00
parent 1201b83a0f
commit 63c4196986
1 changed files with 1 additions and 1 deletions

View File

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