fix loading line centering

This commit is contained in:
Tomáš Mládek 2021-01-16 22:22:02 +01:00
parent 15b377d4a2
commit c0ae3c7354

View file

@ -469,7 +469,7 @@ function processStart(svg: XMLDocument): SVGRectElement | null {
.loading-bar { .loading-bar {
height: 6px; height: 6px;
background: white; background: white;
margin: 25% auto; margin: calc(50vh - 3px) auto;
transition: width 0.2s; transition: width 0.2s;
} }