From 1bdc666197803931fca4bd7cb72f47c11b62e5d2 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 7 Nov 2017 16:43:02 +0000 Subject: [PATCH] Adjust CSS for GroupView Part of showing the group inviter profile: https://github.com/matrix-org/matrix-react-sdk/pull/1585 --- .../css/matrix-react-sdk/structures/_GroupView.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 2f7cd18720..300728d274 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -213,13 +213,12 @@ limitations under the License. .mx_GroupView_membershipSection { color: $greyed-fg-color; + margin-top: 10px; } .mx_GroupView_membershipSubSection { justify-content: space-between; display: flex; - margin-top: 2px; - margin-bottom: 2px; } .mx_GroupView_membershipSection_description { @@ -227,6 +226,10 @@ limitations under the License. line-height: 34px; } +.mx_GroupView_membershipSection_description .mx_BaseAvatar { + margin-right: 10px; +} + .mx_GroupView_membershipSection .mx_GroupView_textButton { margin-right: 0px; margin-top: 0px; @@ -300,7 +303,7 @@ limitations under the License. } .mx_GroupView_body .gm-scroll-view > *{ - margin: 0px 50px 11px 68px; + margin: 11px 50px 0px 68px; } .mx_GroupView_groupDesc textarea {