From 6c6dce509b93be73bdb8f892d77b889920358bd3 Mon Sep 17 00:00:00 2001 From: somebody Date: Wed, 7 Sep 2022 20:08:09 -0500 Subject: [PATCH] finder wi crazy stuff --- static/koboldai.css | 19 +++++++++++++++++++ templates/popups.html | 15 +++++++++++++++ 2 files changed, 34 insertions(+) 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 @@
+ + \ No newline at end of file