Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging

This commit is contained in:
Cohee 2023-08-31 17:10:09 +03:00
commit f4bdf127f7
1 changed files with 9 additions and 6 deletions

View File

@ -400,9 +400,10 @@ hr {
#sheld {
display: grid;
grid-template-rows: auto min-content;
height: calc(100vh - var(--topBarBlockSize));
height: calc(100svh - var(--topBarBlockSize));
max-height: calc(100svh - var(--topBarBlockSize));
/* -1px to give sheld some wiggle room to bounce off tobar when moving*/
height: calc(100vh - var(--topBarBlockSize) - 1px);
height: calc(100svh - var(--topBarBlockSize) - 1px);
max-height: calc(100svh - var(--topBarBlockSize) - 1px);
overflow-x: hidden;
/* max-width: 50vw; */
position: absolute;
@ -3437,8 +3438,10 @@ a {
/* Hide scrollbar for IE, Edge, and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none;
/* IE and Edge */
scrollbar-width: none;
/* Firefox */
}
#groupMemberListPopoutClose {
@ -3561,7 +3564,7 @@ a {
text-align: left;
}
.onboarding > h3 {
.onboarding>h3 {
align-self: center;
}