Fix composer avatar being an oval when a custom status is set
Fixes this: https://t2l.io/_matrix/media/v1/download/t2l.io/0d5c7fa9a4b5bf226a020def8480a887pull/21833/head
parent
51dc1fe9bf
commit
852d6df580
|
@ -17,4 +17,5 @@ limitations under the License.
|
||||||
.mx_MemberStatusMessageAvatar_hasStatus {
|
.mx_MemberStatusMessageAvatar_hasStatus {
|
||||||
border: 2px solid $accent-color;
|
border: 2px solid $accent-color;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
|
padding-right: 0 !important; /* Override AccessibleButton styling */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue