mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'main' of https://github.com/Cohee1207/SillyTavern into mark-favorite-filter-by-favorite
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user