diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-12-10 11:03:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 11:03:53 +0100 |
commit | c027e87b44f4440d7a236922b55bc171cb9156f4 (patch) | |
tree | 91bc65d4e771faae0768adfc1bec4058d6bcb141 | |
parent | 2a7ded5c3d85d06c51255d3141ef3bd91692c508 (diff) | |
parent | 84982f5778ed2f7136f2b625c851a01823afea44 (diff) |
Merge pull request #55756 from timothyqiu/html-spinner
-rw-r--r-- | misc/dist/html/full-size.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index 90e8167369..f385b82f1d 100644 --- a/misc/dist/html/full-size.html +++ b/misc/dist/html/full-size.html @@ -80,6 +80,7 @@ } #status-indeterminate { + height: 42px; visibility: visible; position: relative; } |