Fix composer avatar being an oval when a custom status is set

Fixes this: https://t2l.io/_matrix/media/v1/download/t2l.io/0d5c7fa9a4b5bf226a020def8480a887
pull/21833/head
Travis Ralston 2019-01-03 18:06:37 -07:00
parent 51dc1fe9bf
commit 852d6df580
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ limitations under the License.
.mx_MemberStatusMessageAvatar_hasStatus {
border: 2px solid $accent-color;
border-radius: 40px;
padding-right: 0 !important; /* Override AccessibleButton styling */
}