mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'staging' into tags-as-folders-enhancements
This commit is contained in:
@@ -1064,6 +1064,19 @@ select {
|
||||
order: 3;
|
||||
}
|
||||
|
||||
#character_popup .editor_maximize {
|
||||
cursor: pointer;
|
||||
margin: 5px;
|
||||
opacity: 0.75;
|
||||
filter: grayscale(1);
|
||||
-webkit-transition: all 250ms ease-in-out;
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
|
||||
#character_popup .editor_maximize:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.text_pole::placeholder {
|
||||
color: rgb(139, 139, 139);
|
||||
}
|
||||
@@ -1074,6 +1087,11 @@ select {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#creator_notes_spoiler {
|
||||
border: 0;
|
||||
font-size: calc(var(--mainFontSize)*.8);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
#form_create textarea {
|
||||
flex-grow: 1;
|
||||
@@ -3835,4 +3853,4 @@ a {
|
||||
height: 100vh;
|
||||
z-index: 9999;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user