Fix load indicator position

pull/12/head
Florian Hartwich 2017-10-07 15:31:22 +02:00
parent 436f6585c2
commit 7ec7f3fb9b
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
.load-indicator {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
left: 48.5%;
z-index: 1;
}