aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authordtlnor <dtlnor@hotmail.com>2022-11-16 13:08:03 +0900
committerdtlnor <dtlnor@hotmail.com>2022-11-16 13:08:03 +0900
commit72b52fbb77360f848cfa296b0c79d2bc0a1060f2 (patch)
tree63fa444498f30a68ee41e5461d28f3c660cdf714 /modules
parent98947d173e3f1667eba29c904f681047dea9de90 (diff)
add css override
Diffstat (limited to 'modules')
-rw-r--r--modules/ui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 5dce7f3b..5e2a992f 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -69,8 +69,11 @@ sample_img2img = sample_img2img if os.path.exists(sample_img2img) else None
css_hide_progressbar = """
.wrap .m-12 svg { display:none!important; }
.wrap .m-12::before { content:"Loading..." }
+.wrap .z-20 svg { display:none!important; }
+.wrap .z-20::before { content:"Loading..." }
.progress-bar { display:none!important; }
.meta-text { display:none!important; }
+.meta-text-center { display:none!important; }
"""
# Using constants for these since the variation selector isn't visible.