fix square border for initial avatar (#8679)
Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
@@ -36,6 +36,7 @@ limitations under the License.
|
||||
|
||||
margin-right: $spacing-8;
|
||||
border: 2px solid $location-live-color;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.mx_BeaconListItem_info {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user