Limit height of enlarged image prompt

380371446504481b7efdb1185ff9584a05466e39

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +7 -0Ignore whitespace
public/style.css+7 -0
@@ -4549,6 +4549,13 @@ a {
45494549 padding: 1em;
45504550}
45514551
4552+.img_enlarged_container pre {
4553+ max-height: 25vh;
4554+ max-height: 25svh;
4555+ flex-shrink: 0;
4556+ overflow: auto;
4557+}
4558+
45524559.popup:has(.img_enlarged.zoomed).large_dialogue_popup {
45534560 height: 100vh !important;
45544561 height: 100svh !important;