diff --git a/extensions-builtin/sdnext-modernui b/extensions-builtin/sdnext-modernui index f6f629dfb..c3d8d9170 160000 --- a/extensions-builtin/sdnext-modernui +++ b/extensions-builtin/sdnext-modernui @@ -1 +1 @@ -Subproject commit f6f629dfbe63d8d6ed34f4ab2f9c7938914bf617 +Subproject commit c3d8d9170e16e029e31ef20d065fcfb77f9c64fc diff --git a/javascript/sdnext.css b/javascript/sdnext.css index 6e33551ef..26e8e2567 100644 --- a/javascript/sdnext.css +++ b/javascript/sdnext.css @@ -170,7 +170,7 @@ div#extras_scale_to_tab div.form { flex-direction: row; } .dark .progressDiv { background: #424c5b; } .progressDiv .progress { width: 0%; height: 20px; background: #0060df; color: white; font-weight: bold; line-height: 20px; padding: 0 8px 0 0; text-align: right; overflow: visible; white-space: nowrap; padding: 0 0.5em; } .livePreview { position: absolute; z-index: 50; width: -moz-available; width: -webkit-fill-available; height: 100%; background-color: var(--background-color); } -.livePreview img { object-fit: contain; width: 100%; justify-self: center; } +.livePreview img { object-fit: contain; width: 100%; justify-self: center; max-height: calc(100vh - 320px); } .popup-metadata { color: white; background: #0000; display: inline-block; white-space: pre-wrap; font-size: var(--text-xxs); } .generating { animation: unset !important; border: unset !important; } /* fullpage image viewer */