same as last commit

master
Aevann 2024-04-30 09:42:06 +03:00
parent 2c96585f1f
commit fcbe3bac6b
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 - 187
const chat_window_height = innerHeight - orgy_file.offsetHeight - 184
document.getElementById('chat-window').setAttribute('style', `max-height: ${chat_window_height}px !important`)
}
setTimeout(add_waiting_listener, 5000);