Merge branch 'staging' of github.com-RA:sillytavern/sillytavern into staging

33458b86b01fccfc881d8e4ee5aa85055a5f356b

RossAscends <rossascendshamma@gmail.com>

2 files changed, +5 -7Showing whitespace changes
public/css/backgrounds.css+3 -5
@@ -67,10 +67,8 @@ body.reduced-motion #bg_custom {
67#Backgrounds.drawer-content.openDrawer.bg-drawer-layout {67#Backgrounds.drawer-content.openDrawer.bg-drawer-layout {
68 display: flex;68 display: flex;
69 flex-direction: column;69 flex-direction: column;
70 height: calc(100vh - var(--topBarBlockSize));70 height: auto;
71 max-height: calc(100vh - var(--topBarBlockSize));71 height: calc-size(auto, size);
72 height: calc(100dvh - var(--topBarBlockSize));
73 max-height: calc(100dvh - var(--topBarBlockSize));
74 overflow: hidden;72 overflow: hidden;
75 width: var(--sheldWidth);73 width: var(--sheldWidth);
76 max-width: var(--sheldWidth);74 max-width: var(--sheldWidth);
@@ -94,7 +92,7 @@ body.reduced-motion #bg_custom {
94 flex-grow: 1;92 flex-grow: 1;
95 overflow-y: auto;93 overflow-y: auto;
96 overflow-x: hidden;94 overflow-x: hidden;
97 padding: 0 5px 5px;95 padding: 0 5px 15px;
98}96}
9997
100#bg-filter {98#bg-filter {
public/index.html+2 -2
@@ -5318,8 +5318,8 @@
5318 </div>5318 </div>
5319 </div>5319 </div>
5320 </div>5320 </div>
5321 <div id="logo_block" class="drawer">5321 <div id="backgrounds-button" class="drawer">
5322 <div id="site_logo" class="drawer-toggle drawer-header" title="Change Background Image" data-i18n="[title]Change Background Image">5322 <div id="backgrounds-drawer-toggle" class="drawer-toggle drawer-header" title="Change Background Image" data-i18n="[title]Change Background Image">
5323 <div class="drawer-icon fa-solid fa-panorama fa-fw closedIcon"></div>5323 <div class="drawer-icon fa-solid fa-panorama fa-fw closedIcon"></div>
5324 </div>5324 </div>
5325 <div id="Backgrounds" class="drawer-content closedDrawer bg-drawer-layout">5325 <div id="Backgrounds" class="drawer-content closedDrawer bg-drawer-layout">