fix loading line centering
This commit is contained in:
parent
15b377d4a2
commit
c0ae3c7354
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue