We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfd827 commit d8cc7adCopy full SHA for d8cc7ad
extensions-builtin/sd-webui-ux/style.css
@@ -2793,11 +2793,18 @@ div[data-testid="image"] canvas {
2793
}
2794
2795
2796
-
2797
#tab_img2img div.center.boundedheight.flex {
2798
display: block !important;
2799
2800
+.image-container>.boundedheight.flex>img {
2801
+ display: block !important;
2802
+}
2803
+
2804
+.gap:has(>.gradio-image) {
2805
+ overflow: hidden;
2806
2807
2808
* .center.boundedheight>div:has(.brush),
2809
* .center.boundedheight>div:has([aria-label="Clear"]) {
2810
position: absolute;
0 commit comments