0.8.360
This commit is contained in:
@@ -2361,6 +2361,7 @@
|
||||
float: left;
|
||||
text-align: left;
|
||||
position: absolute;
|
||||
top: 293px;
|
||||
}
|
||||
|
||||
.support .menu_buttons.left.open{
|
||||
|
||||
@@ -51,4 +51,13 @@ function open_chat (user_id){
|
||||
let href = host + '/ru/profile/page/chat/' + user_id_
|
||||
// window.location.href = host + '/profile/chat/' + user_id
|
||||
window.location.replace(href)
|
||||
}
|
||||
|
||||
function scroll_ev (event,el){
|
||||
let curtain = document.querySelector(".menu_buttons.filters")
|
||||
if (el.scrollY === 300 || el.scrollY > 300){
|
||||
curtain.style.top = "0"
|
||||
} else if (el.scrollY < 300) {
|
||||
curtain.style.top = "293px"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user