0.8.367
This commit is contained in:
@@ -1079,6 +1079,10 @@
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.abbreviation_airport_in_search.hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.abbreviation_airport_in_search > text{
|
||||
margin-top: 39%;
|
||||
|
||||
@@ -53,3 +53,9 @@ function open_chat (user_id){
|
||||
window.location.replace(href)
|
||||
}
|
||||
|
||||
function changeWidthEL (el){
|
||||
let parent = el.offsetParent
|
||||
let loader_place = parent.querySelector('.abbreviation_airport_in_search')
|
||||
loader_place.classList.toggle('hide')
|
||||
el.classList.toggle('width-100')
|
||||
}
|
||||
@@ -78,7 +78,7 @@ function scroll_ev (event,el){
|
||||
let user_type = getInfoAboutUser()
|
||||
let ch = el.scrollY
|
||||
let top = 293 - ch + 20
|
||||
if (user_type !== 'mobile' || user_type !== 'laptop'){
|
||||
if (user_type !== 'mobile' && user_type !== 'laptop'){
|
||||
if (el.scrollY === 300){
|
||||
curtain.style.top = `${top}px`
|
||||
} else if (el.scrollY < 300) {
|
||||
|
||||
@@ -245,6 +245,7 @@ function loader_place_ins_boris (el,type=null){
|
||||
}
|
||||
}
|
||||
}
|
||||
changeWidthEL(el)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user