Merge pull request #864 from patriceac/patch-25

Fix the inpainter and image editor display
This commit is contained in:
cmdr2 2023-02-12 14:38:34 +05:30 committed by GitHub
commit 1b3df8c4de
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 {