Merge pull request #4007 from hellcp/patch-1

Add a class for styling room directory permissions
This commit is contained in:
Bruno Windels 2020-02-04 16:30:10 +00:00 committed by GitHub
commit c50bd8d30e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,6 +119,16 @@ limitations under the License.
display: inline-block;
}
.mx_RoomDirectory_perm {
border-radius: 10px;
display: inline-block;
height: 20px;
line-height: 20px;
padding: 0 5px;
color: $accent-fg-color;
background-color: $rte-room-pill-color;
}
.mx_RoomDirectory_topic {
cursor: initial;
color: $light-fg-color;