0.8.393
This commit is contained in:
@@ -439,7 +439,7 @@
|
||||
}
|
||||
|
||||
.block-chat{
|
||||
width: 66%;
|
||||
width: 63%;
|
||||
height: calc(100vh - 120px);
|
||||
border-radius: 10px;
|
||||
border: 1px solid #E6E6E6;
|
||||
|
||||
@@ -738,6 +738,7 @@ function toggle_cut_width_curtain (el) {
|
||||
}
|
||||
|
||||
function close_first_curt (curtain) {
|
||||
if (!window.location.href.includes("profile") || getInfoAboutUser() === 'mobile'){
|
||||
let curtains = document.querySelectorAll(".curtain.open")
|
||||
let i = 0
|
||||
if (curtains.length >= 2){
|
||||
@@ -752,6 +753,7 @@ function close_first_curt (curtain) {
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function set_curtain_z_index (curtain) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user