diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-12-09 23:07:49 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-12-09 23:18:48 +0800 |
commit | 84982f5778ed2f7136f2b625c851a01823afea44 (patch) | |
tree | 833915f39e5d66398b51e829fd43f306637aeaa9 | |
parent | 31ded7e126b9d71ed8dddab9ffc1ce813f1a8ec2 (diff) |
Center the indeterminate spinner on HTML5 page
-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; } |