Limit height of enlarged image prompt

This commit is contained in:
Cohee 2024-06-28 20:46:41 +03:00
parent fa1d45635b
commit 3803714465
1 changed files with 7 additions and 0 deletions

View File

@ -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;