fix loading line centering

master
Tomáš Mládek 2021-01-16 22:22:02 +01:00
parent 15b377d4a2
commit c0ae3c7354
1 changed files with 1 additions and 1 deletions

View File

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