Merge branch 'staging' into tags-as-folders-enhancements

This commit is contained in:
Wolfsblvt
2024-03-06 01:07:22 +01:00
28 changed files with 551 additions and 2439 deletions

View File

@@ -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;
}
}
}