Fix the inpainter and image editor display

This commit is contained in:
patriceac 2023-02-11 21:57:56 -08:00 committed by GitHub
parent f2f3ed71d4
commit ccf71ed445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,6 +160,7 @@
padding: var(--popup-padding);
min-height: calc(100vh - (2 * var(--popup-margin)));
max-width: none;
min-width: fit-content;
}
.image-editor-popup h1 {