From c7d137c7c2c6da7884c6477f06dc90196fd0a626 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:28:33 +0900 Subject: [PATCH] better horde model selector height --- public/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/style.css b/public/style.css index a0dd78226..34e6ff0c7 100644 --- a/public/style.css +++ b/public/style.css @@ -1864,6 +1864,10 @@ input[type=search]:focus::-webkit-search-cancel-button { display: inline-block; } +#horde_model { + height: 150px; +} + .horde_model_title { display: flex; flex-direction: row; @@ -4628,4 +4632,8 @@ body.waifuMode #avatar_zoom_popup { overflow-y: auto; overflow-x: hidden; } + + #horde_model { + height: unset; + } } \ No newline at end of file