From 7ec7f3fb9ba11e8f9aea876d42a96dd639f6eecc Mon Sep 17 00:00:00 2001 From: Florian Hartwich Date: Sat, 7 Oct 2017 15:31:22 +0200 Subject: [PATCH] Fix load indicator position --- static/src/app/style/load-indicator.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/src/app/style/load-indicator.css b/static/src/app/style/load-indicator.css index f224632..4fed87a 100644 --- a/static/src/app/style/load-indicator.css +++ b/static/src/app/style/load-indicator.css @@ -1,9 +1,7 @@ .load-indicator { position: absolute; top: 50%; - left: 50%; - transform: translate(-50%, -50%); - width: 50%; + left: 48.5%; z-index: 1; }