mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-29 11:43:41 +01:00
Merge pull request #864 from patriceac/patch-25
Fix the inpainter and image editor display
This commit is contained in:
commit
1b3df8c4de
@ -160,6 +160,7 @@
|
|||||||
padding: var(--popup-padding);
|
padding: var(--popup-padding);
|
||||||
min-height: calc(100vh - (2 * var(--popup-margin)));
|
min-height: calc(100vh - (2 * var(--popup-margin)));
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
min-width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-editor-popup h1 {
|
.image-editor-popup h1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user