From 5df5e402f3df926d6a8146e43e658402689ad98f Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Thu, 12 May 2016 12:50:40 +0200 Subject: [PATCH] Avoid blurry text in topo loading message --- client/app/styles/main.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 934743677..f1c19adce 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -301,7 +301,8 @@ h2 { position: absolute; left: 50%; top: 50%; - transform: translate(-50%, -50%); + margin-left: -16.5%; + margin-top: -275px; color: @text-secondary-color; width: 33%; height: 550px;