Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-11-19 22:41:46 +03:00
3 changed files with 31 additions and 6 deletions

View File

@@ -583,10 +583,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;
}
@@ -742,6 +742,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%;
}