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

Commit

Permalink
fix square border for initial avatar (#8679)
Browse files Browse the repository at this point in the history
Signed-off-by: Kerry Archibald <kerrya@element.io>
  • Loading branch information
Kerry committed May 24, 2022
1 parent d214387 commit 6cdeb64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/css/components/views/beacon/_BeaconListItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ limitations under the License.

margin-right: $spacing-8;
border: 2px solid $location-live-color;
border-radius: 50%;
}

.mx_BeaconListItem_info {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6cdeb64

Please sign in to comment.