You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Merge pull request #4007 from hellcp/patch-1
Add a class for styling room directory permissions
This commit is contained in:
@@ -119,6 +119,16 @@ limitations under the License.
|
|||||||
display: inline-block;
|
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 {
|
.mx_RoomDirectory_topic {
|
||||||
cursor: initial;
|
cursor: initial;
|
||||||
color: $light-fg-color;
|
color: $light-fg-color;
|
||||||
|
Reference in New Issue
Block a user