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

View File

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