mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 00:28:52 +01:00
Address styling issues
This commit is contained in:
parent
7d4e689bec
commit
d4adbf496f
@ -208,6 +208,8 @@
|
||||
#cfgConfig,
|
||||
#logprobsViewer,
|
||||
#movingDivs > div {
|
||||
/* 100vh are fallback units for browsers that don't support svh */
|
||||
height: calc(100vh - 45px);
|
||||
height: calc(100svh - 45px);
|
||||
min-width: 100% !important;
|
||||
width: 100% !important;
|
||||
@ -220,6 +222,9 @@
|
||||
top: var(--topBarBlockSize) !important;
|
||||
left: 0 !important;
|
||||
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
|
||||
}
|
||||
|
||||
#right-nav-panel {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
@ -241,9 +246,6 @@
|
||||
/* .avatar_div {
|
||||
margin-top: 5px;
|
||||
} */
|
||||
#avatar_controls {
|
||||
padding:
|
||||
}
|
||||
|
||||
#character_popup {
|
||||
width: 100%;
|
||||
|
@ -939,8 +939,8 @@ body.reduced-motion #bg_custom {
|
||||
}
|
||||
|
||||
.avatar img {
|
||||
width: calc(var(--avatar-base-width) + 5px);
|
||||
height: calc(var(--avatar-base-height) + 5px);
|
||||
width: var(--avatar-base-width);
|
||||
height: var(--avatar-base-height);
|
||||
object-fit: cover;
|
||||
object-position: center center;
|
||||
border-radius: var(--avatar-base-border-radius-round);
|
||||
|
Loading…
x
Reference in New Issue
Block a user