aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-30 05:05:18 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-30 05:05:18 +0000
commit9a4a1aac81df8c29d6dcce1abbf1b58fb7e4fc75 (patch)
treea0ff29ee96d65f522aa952b5145765e59c9ac5a3 /style.css
parentee373a737cb028cb70ef6f14d695f48c28b6b181 (diff)
downloadstable-diffusion-webui-gfx803-9a4a1aac81df8c29d6dcce1abbf1b58fb7e4fc75.tar.gz
stable-diffusion-webui-gfx803-9a4a1aac81df8c29d6dcce1abbf1b58fb7e4fc75.tar.bz2
stable-diffusion-webui-gfx803-9a4a1aac81df8c29d6dcce1abbf1b58fb7e4fc75.zip
get progressbar to display correctly in extensions tab
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 92d3030e..fb4e2f1f 100644
--- a/style.css
+++ b/style.css
@@ -517,6 +517,11 @@ table.popup-table .link{
background: #b4c0cc;
border-radius: 3px !important;
top: -20px;
+ width: 100%;
+}
+
+.progress-container{
+ position: relative;
}
[id$=_results].mobile{