From d9a852176037321c65c82f57bed9cc4896b7c502 Mon Sep 17 00:00:00 2001 From: Kerry Archibald Date: Tue, 24 May 2022 16:18:35 +0200 Subject: [PATCH] fix square border for initial avatar 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 dd99192cf56..00f8bcbe5b6 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 791e276f050..1ed370919e9 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; }