aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-23 17:46:02 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-23 17:46:02 +0000
commit00653277268c02695b17de7607f4d14364d50d6b (patch)
tree13769663e85c5f0b62b56654dd176cf7de3bad0a /style.css
parent1a0353675de8b2f4d2ce784a37fe4d6121307131 (diff)
downloadstable-diffusion-webui-gfx803-00653277268c02695b17de7607f4d14364d50d6b.tar.gz
stable-diffusion-webui-gfx803-00653277268c02695b17de7607f4d14364d50d6b.tar.bz2
stable-diffusion-webui-gfx803-00653277268c02695b17de7607f4d14364d50d6b.zip
upgrade to gradio==3.4b3 t fixthe inpain bugs
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.css b/style.css
index de5f94a6..0746a659 100644
--- a/style.css
+++ b/style.css
@@ -89,7 +89,7 @@
min-width: 8em !important;
}
-#style_index, #style2_index{
+#txt2img_style_index, #txt2img_style2_index, #img2img_style_index, #img2img_style2_index{
margin-top: 1em;
}
@@ -210,7 +210,7 @@ input[type="range"]{
#txt2img_negative_prompt, #img2img_negative_prompt{
}
-#progressbar{
+#txt2img_progressbar, #img2img_progressbar{
position: absolute;
z-index: 1000;
right: 0;
@@ -219,7 +219,7 @@ input[type="range"]{
display: block;
}
-#progressRow{
+#txt2img_progress_row, #img2img_progress_row{
margin-bottom: 10px;
margin-top: -18px;
}
@@ -354,7 +354,7 @@ input[type="range"]{
display:none
}
-#interrupt{
+#txt2img_interrupt, #img2img_interrupt{
position: absolute;
width: 100%;
height: 72px;