diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-30 05:05:18 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-30 05:05:18 +0000 |
commit | 9a4a1aac81df8c29d6dcce1abbf1b58fb7e4fc75 (patch) | |
tree | a0ff29ee96d65f522aa952b5145765e59c9ac5a3 /style.css | |
parent | ee373a737cb028cb70ef6f14d695f48c28b6b181 (diff) | |
download | stable-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.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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{
|