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

View File

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