From 6cdeb64408a0d73f19593656941b181567f2d0ea Mon Sep 17 00:00:00 2001 From: Kerry Date: Tue, 24 May 2022 17:14:41 +0200 Subject: [PATCH] fix square border for initial avatar (#8679) Signed-off-by: Kerry Archibald --- res/css/components/views/beacon/_BeaconListItem.scss | 1 + res/css/components/views/beacon/_DialogOwnBeaconStatus.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/res/css/components/views/beacon/_BeaconListItem.scss b/res/css/components/views/beacon/_BeaconListItem.scss index dd99192cf5..00f8bcbe5b 100644 --- a/res/css/components/views/beacon/_BeaconListItem.scss +++ b/res/css/components/views/beacon/_BeaconListItem.scss @@ -36,6 +36,7 @@ limitations under the License. margin-right: $spacing-8; border: 2px solid $location-live-color; + border-radius: 50%; } .mx_BeaconListItem_info { diff --git a/res/css/components/views/beacon/_DialogOwnBeaconStatus.scss b/res/css/components/views/beacon/_DialogOwnBeaconStatus.scss index 791e276f05..1ed370919e 100644 --- a/res/css/components/views/beacon/_DialogOwnBeaconStatus.scss +++ b/res/css/components/views/beacon/_DialogOwnBeaconStatus.scss @@ -46,6 +46,7 @@ limitations under the License. box-sizing: border-box; border: 2px solid $location-live-color; + border-radius: 50%; margin: $spacing-8 0 $spacing-8 0; }