Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6cdeb64

Browse files
author
Kerry
authored
fix square border for initial avatar (#8679)
Signed-off-by: Kerry Archibald <[email protected]>
1 parent d214387 commit 6cdeb64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

res/css/components/views/beacon/_BeaconListItem.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ limitations under the License.
3636

3737
margin-right: $spacing-8;
3838
border: 2px solid $location-live-color;
39+
border-radius: 50%;
3940
}
4041

4142
.mx_BeaconListItem_info {

res/css/components/views/beacon/_DialogOwnBeaconStatus.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ limitations under the License.
4646
box-sizing: border-box;
4747

4848
border: 2px solid $location-live-color;
49+
border-radius: 50%;
4950
margin: $spacing-8 0 $spacing-8 0;
5051
}
5152

0 commit comments

Comments
 (0)