From 380371446504481b7efdb1185ff9584a05466e39 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 28 Jun 2024 20:46:41 +0300 Subject: [PATCH] Limit height of enlarged image prompt --- public/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/style.css b/public/style.css index a3c631b81..101fe4184 100644 --- a/public/style.css +++ b/public/style.css @@ -4549,6 +4549,13 @@ a { padding: 1em; } +.img_enlarged_container pre { + max-height: 25vh; + max-height: 25svh; + flex-shrink: 0; + overflow: auto; +} + .popup:has(.img_enlarged.zoomed).large_dialogue_popup { height: 100vh !important; height: 100svh !important;