This commit is contained in:
2023-10-18 17:36:55 +03:00
parent fe90ab8f50
commit 31ba8a86bf
4 changed files with 19 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
// clearInterval(check_msg)
// }
// check_new_messages_timeout(new_timeout_time)
}
// function getSocketState () {

View File

@@ -39,10 +39,10 @@ document.addEventListener('DOMContentLoaded', function() {
});
window.addEventListener('scroll', () => {
let headerBG = document.getElementById('header_bg')
headerBG.style.backgroundColor = 'rgb(248 248 248 / 90%)'
headerBG.style.padding = '20px 40px'
// let headerBG = document.getElementById('header_bg')
//
// headerBG.style.backgroundColor = 'rgb(248 248 248 / 90%)'
// headerBG.style.padding = '20px 40px'
// headerBG.style.paddingBottom = 'padding: 10px 40px 10px 40px'
// headerBG.style.paddingRight = 'padding: 10px 40px 10px 40px'
// headerBG.style.paddingLeft = 'padding: 10px 40px 10px 40px'