From b751c74374884523d3a6b5fcc5fbdd8f58c0fac2 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 10 Apr 2018 13:53:00 +0100 Subject: [PATCH] Move membershipBusy spinner next to leave/join group button --- .../vector/css/matrix-react-sdk/structures/_GroupView.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss index 0519f5ee9b..02e5a948e9 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -234,6 +234,10 @@ limitations under the License. display: flex; } +.mx_GroupView_membershipSubSection .mx_Spinner { + justify-content: flex-end; +} + .mx_GroupView_membershipSection_description { /* To match textButton */ line-height: 34px;