mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Back from group new style
This commit is contained in:
@@ -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);">⇐</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)" />
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user