Skip to content

Commit 72b52fb

Browse files
committed
add css override
1 parent 98947d1 commit 72b52fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/ui.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,11 @@ def gr_show(visible=True):
6969
css_hide_progressbar = """
7070
.wrap .m-12 svg { display:none!important; }
7171
.wrap .m-12::before { content:"Loading..." }
72+
.wrap .z-20 svg { display:none!important; }
73+
.wrap .z-20::before { content:"Loading..." }
7274
.progress-bar { display:none!important; }
7375
.meta-text { display:none!important; }
76+
.meta-text-center { display:none!important; }
7477
"""
7578

7679
# Using constants for these since the variation selector isn't visible.

0 commit comments

Comments
 (0)