Center the indeterminate spinner on HTML5 page

(cherry picked from commit 84982f5778)
This commit is contained in:
Haoyu Qiu 2021-12-09 23:07:49 +08:00 committed by Rémi Verschelde
parent d879540456
commit 56574aa891
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -80,6 +80,7 @@
}
#status-indeterminate {
height: 42px;
visibility: visible;
position: relative;
}