Back from group new style

This commit is contained in:
SillyLossy
2023-03-18 15:05:07 +02:00
parent 7ae31cf980
commit 54a9f630d0
2 changed files with 12 additions and 3 deletions

View File

@@ -420,8 +420,8 @@
</div>
<div id="rm_group_chats_block" class="right_menu">
<div id="rm_group_top_bar">
<div id="rm_button_back_from_group" class="right_menu_button">
<h2 style="color: rgb(188, 193, 200, 0.5);">&#8656;</h2>
<div id="rm_button_back_from_group" class="menu_button">
<img alt="" class="svg_icon" src="img/left-long-solid.svg">
</div>
<input id="rm_group_chat_name" class="text_pole" type="text" name="chat_name"
placeholder="Chat Name (Optional)" />

View File

@@ -1073,13 +1073,17 @@ input[type=search]:focus::-webkit-search-cancel-button {
/* width: 100%; */
}
#rm_characters_block .form_create_bottom_buttons_block {
justify-content: space-evenly !important;
}
.form_create_bottom_buttons_block {
display: flex;
flex: 1;
grid-template-columns: repeat(3, min-content);
grid-gap: 20px;
align-items: center;
justify-content: space-evenly;
justify-content: end;
}
#rm_info_block {
@@ -2155,6 +2159,7 @@ input[type="range"] {
flex-direction: row;
align-items: center;
width: 100%;
column-gap: 15px;
}
#rm_button_group_chats {
@@ -2334,6 +2339,10 @@ input[type="range"] {
text-overflow: ellipsis;
}
#rm_button_back_from_group {
padding: 0;
}
#typing_indicator_template {
display: none !important;
}