Merge pull request #5104 from vector-im/dbkr/publicity_toggle

CSS for publicity status & toggle button
pull/5125/head
Luke Barnard 2017-09-25 14:53:23 +01:00 committed by GitHub
commit 75fef3f21a
1 changed files with 6 additions and 1 deletions

View File

@ -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 {