From 813615610f96a146ee0762893cd420751b039982 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 22 Sep 2017 19:27:36 +0100 Subject: [PATCH] CSS for publicity status & toggle button --- .../vector/css/matrix-react-sdk/structures/_GroupView.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 712a7508ec..b7ec168ee2 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss @@ -134,9 +134,14 @@ limitations under the License. margin-left: auto; margin-right: auto; margin-bottom: 11px; + color: $greyed-fg-color; +} + +.mx_GroupView_membershipSubSection { justify-content: space-between; display: flex; - color: $greyed-fg-color; + margin-top: 2px; + margin-bottom: 2px; } .mx_GroupView_membershipSection_description {