aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-21 23:06:18 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-01-21 23:06:18 +0300
commit4a8fe09652b304034708d967c47901312940e852 (patch)
tree7717b2ef95f344fc3ce525cd4ff7d312b4495b49 /modules
parente4e0918f58d382b5da400e680d743dcf0e66fd7f (diff)
remove the double loading text
Diffstat (limited to 'modules')
-rw-r--r--modules/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ui.py b/modules/ui.py
index ef7becc6..aa39a713 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -75,6 +75,7 @@ css_hide_progressbar = """
.wrap .m-12::before { content:"Loading..." }
.wrap .z-20 svg { display:none!important; }
.wrap .z-20::before { content:"Loading..." }
+.wrap.cover-bg .z-20::before { content:"" }
.progress-bar { display:none!important; }
.meta-text { display:none!important; }
.meta-text-center { display:none!important; }