Multi-character import

This commit is contained in:
SillyLossy
2023-04-15 19:43:41 +03:00
parent 06e941fd93
commit 5418cacee2
3 changed files with 65 additions and 56 deletions

View File

@@ -1117,6 +1117,13 @@ input[type=search]:focus::-webkit-search-cancel-button {
flex-wrap: wrap;
}
.form_create_bottom_buttons_block .menu_button
{
display: flex;
justify-content: center;
align-items: center;
}
#rm_info_block {
display: none;
width: 100%;
@@ -1138,6 +1145,8 @@ input[type=search]:focus::-webkit-search-cancel-button {
}
#rm_info_avatar {
display: flex;
column-gap: 10px;
width: fit-content;
text-align: center;
margin-left: auto;
@@ -2199,11 +2208,6 @@ h5 {
column-gap: 15px;
}
#rm_button_group_chats {
cursor: pointer;
display: inline-block;
}
#rm_button_group_chats h2 {
margin-top: auto;
margin-bottom: auto;