From b2f80fbd7fa56a76e12730c484997a69c8852bff Mon Sep 17 00:00:00 2001
From: Audric Ackermann <audric@loki.network>
Date: Thu, 16 Jan 2020 17:18:29 +1100
Subject: [PATCH] center spinner between conversation loading

---
 stylesheets/_session.scss | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss
index b50d3c31c..d71ea413b 100644
--- a/stylesheets/_session.scss
+++ b/stylesheets/_session.scss
@@ -838,11 +838,10 @@ label {
 }
 
 .conversation-loader {
-  height: 100%;
-  margin-top: 45vh;
-  display: flex;
-  align-items: center;
-  justify-content: center;
+  position: absolute;
+  top: 50%;
+  left: 50%;
+  margin: -40px 0 0 -40px;
 
   & > div {
     display: block;