We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 413c077 + 72b52fb commit 4b22ec4Copy full SHA for 4b22ec4
modules/ui.py
@@ -69,8 +69,11 @@ def gr_show(visible=True):
69
css_hide_progressbar = """
70
.wrap .m-12 svg { display:none!important; }
71
.wrap .m-12::before { content:"Loading..." }
72
+.wrap .z-20 svg { display:none!important; }
73
+.wrap .z-20::before { content:"Loading..." }
74
.progress-bar { display:none!important; }
75
.meta-text { display:none!important; }
76
+.meta-text-center { display:none!important; }
77
"""
78
79
# Using constants for these since the variation selector isn't visible.
0 commit comments