fix square border for initial avatar (#8679)
Signed-off-by: Kerry Archibald <kerrya@element.io>pull/28217/head
parent
d214387c88
commit
6cdeb64408
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue