diff --git a/static/koboldai.css b/static/koboldai.css index 548e054a..e90a754d 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1920,6 +1920,25 @@ body { align-items: center; } +#finder-wi-carousel { + height: 40%; + width: 100vw; + position: absolute; + bottom: 0px; + right: 0px; +} + +.finder-wi-block { + background-color: var(--flyout_background_pinned); + width: 33%; + height: 100%; + overflow-y: scroll; +} + +.finder-wi-block > * { + display: block; +} + /*---------------------------------- Global ------------------------------------------------*/ .hidden { display: none; diff --git a/templates/popups.html b/templates/popups.html index 7b98378a..1ee55972 100644 --- a/templates/popups.html +++ b/templates/popups.html @@ -142,4 +142,19 @@