From 2fff6f4d5f9e731ab44732add7230fc16b3139b1 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 11 Nov 2015 02:31:17 +0100 Subject: [PATCH] fix spinner layout yet more --- src/skins/vector/css/atoms/Spinner.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/skins/vector/css/atoms/Spinner.css b/src/skins/vector/css/atoms/Spinner.css index 537ecca83..b2a04607f 100644 --- a/src/skins/vector/css/atoms/Spinner.css +++ b/src/skins/vector/css/atoms/Spinner.css @@ -23,6 +23,8 @@ limitations under the License. justify-content: center; width: 100%; height: 100%; + flex: 1; + -webkit-flex: 1; } .mx_MatrixChat_middlePanel .mx_Spinner {