You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
style room pills correctly
This commit is contained in:
@@ -40,13 +40,21 @@ limitations under the License.
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.room-pill {
|
||||||
|
color: $accent-fg-color;
|
||||||
|
background-color: $rte-room-pill-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.user-pill {
|
||||||
|
color: $primary-fg-color;
|
||||||
|
background-color: $other-user-pill-bg-color;
|
||||||
|
}
|
||||||
|
|
||||||
span.user-pill, span.room-pill {
|
span.user-pill, span.room-pill {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: $primary-fg-color;
|
|
||||||
background-color: $other-user-pill-bg-color;
|
|
||||||
padding-left: 21px;
|
padding-left: 21px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Reference in New Issue
Block a user