aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-15 09:54:23 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-15 09:54:23 +0000
commite8729dd0511f8410db967d9ef192645cfef1be8a (patch)
tree3d885ae3539349be1b8d4009c9f9ecd403f7f7a1 /style.css
parent4ed99d599640bb86bc793aa3cbed31c6d0bd6957 (diff)
downloadstable-diffusion-webui-gfx803-e8729dd0511f8410db967d9ef192645cfef1be8a.tar.gz
stable-diffusion-webui-gfx803-e8729dd0511f8410db967d9ef192645cfef1be8a.tar.bz2
stable-diffusion-webui-gfx803-e8729dd0511f8410db967d9ef192645cfef1be8a.zip
re-apply height hacks to work with new gradio
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/style.css b/style.css
index 2306c002..c27e53f8 100644
--- a/style.css
+++ b/style.css
@@ -167,10 +167,6 @@ button{
align-self: stretch !important;
}
-#img2maskimg .h-60{
- height: 30rem;
-}
-
.overflow-hidden, .gr-panel{
overflow: visible !important;
}
@@ -443,10 +439,6 @@ input[type="range"]{
--tw-bg-opacity: 0 !important;
}
-#img2img_image div.h-60{
- height: 480px;
-}
-
#context-menu{
z-index:9999;
position:absolute;
@@ -521,3 +513,11 @@ canvas[key="mask"] {
.row.gr-compact{
overflow: visible;
}
+
+#img2img_image, #img2img_image > .h-60, #img2img_image > .h-60 > div, #img2img_image > .h-60 > div > img,
+img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h-60 > div > img
+{
+ height: 480px !important;
+ max-height: 480px !important;
+ min-height: 480px !important;
+} \ No newline at end of file