From cd7aba3171c00e82a1323980d5f73ef9c1dace61 Mon Sep 17 00:00:00 2001
From: Julius Härtl <jus@bitgrid.net>
Date: Thu, 23 Nov 2017 21:15:05 +0100
Subject: Fix loading icon position in the app menu
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Julius Härtl <jus@bitgrid.net>
---
 core/css/header.scss | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'core/css')

diff --git a/core/css/header.scss b/core/css/header.scss
index 1844022e8a3..21305de0d02 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -461,6 +461,8 @@ nav {
 	}
 	.app-loading .icon-loading-small-dark {
 		top:12px;
+		width: 20px;
+		height: 20px;
 	}
 
 
-- 
cgit v1.2.3