diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -318,6 +318,13 @@ div.dimensions-tools{ min-height: 480px !important;
}
+#img2img_sketch, #img2maskimg, #inpaint_sketch {
+ overflow: overlay !important;
+ resize: auto;
+ background: var(--panel-background-fill);
+ z-index: 5;
+}
+
.image-buttons button{
min-width: auto;
}
@@ -329,6 +336,7 @@ div.dimensions-tools{ /* settings */
#quicksettings {
width: fit-content;
+ align-items: end;
}
#quicksettings > div, #quicksettings > fieldset{
|