This commit is contained in:
SBD
2023-11-19 21:18:23 +03:00
parent 8a00446b5c
commit e01c7e81f2
3 changed files with 31 additions and 6 deletions

View File

@@ -581,10 +581,10 @@
width: 320px;
}
.cut_width_f_curtain.left{
top: 44px;
top: 29px;
}
.menu_buttons.left.open.filters{
max-height: 91vh;
max-height: 93vh;
top: 0;
left: 0;
}
@@ -740,6 +740,14 @@
width: 100%;
height: 88vh;
}
.menu_buttons.curtain.left.close.chat{
left: -338px;
transition: 200ms;
position: absolute;
width: 320px;
}
.left-part-block-enter-message{
width: 70%;
}