Merge branch 'main' of https://github.com/Cohee1207/SillyTavern into mark-favorite-filter-by-favorite

This commit is contained in:
Wilfred Chen
2023-04-21 23:52:22 +08:00
5 changed files with 7 additions and 17 deletions

View File

@@ -279,9 +279,8 @@ code {
}
#send_form {
display: grid;
display: flex;
align-items: center;
grid-template-columns: 40px auto 40px;
width: 100%;
margin: 0 auto 0 auto;
border: 1px solid var(--grey30a);
@@ -644,6 +643,7 @@ select {
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
margin: 0;
text-shadow: #000 0 0 3px;
flex: 1;
}
#send_textarea::placeholder,