Merge pull request #5497 from vector-im/luke/groups-room-info

Add toggle to alter visibility of room-group association
This commit is contained in:
David Baker
2017-11-02 15:37:52 +00:00
committed by GitHub
5 changed files with 81 additions and 6 deletions

View File

@@ -94,3 +94,19 @@ limitations under the License.
cursor: pointer;
}
.mx_MemberInfo label {
font-size: 13px;
}
.mx_MemberInfo label .mx_MemberInfo_label_text {
display: inline-block;
max-width: 180px;
vertical-align: text-top;
}
.mx_MemberInfo input[type="radio"] {
vertical-align: -2px;
margin-right: 5px;
margin-left: 8px;
}