From bb0f2ce944755f7ce432361a032e398c2f232635 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 15 Jul 2020 10:44:20 +0100 Subject: [PATCH] Fix alignment of login/syncing spinner Somewhat hacky but makes it look sensible --- res/css/views/auth/_AuthBody.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/css/views/auth/_AuthBody.scss b/res/css/views/auth/_AuthBody.scss index b8bb1b04c2..0ba0d10e06 100644 --- a/res/css/views/auth/_AuthBody.scss +++ b/res/css/views/auth/_AuthBody.scss @@ -128,6 +128,11 @@ limitations under the License. margin-top: 16px; font-size: $font-15px; line-height: $font-24px; + + .mx_InlineSpinner img { + vertical-align: sub; + margin-right: 5px; + } } .mx_AuthBody_paddedFooter_subtitle {