mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Multi-character import
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user