mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
fix square border for initial avatar (#8679)
Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
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…
x
Reference in New Issue
Block a user