1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

Fixes display of avatr in flex display with elements of different heights (#16047)

This commit is contained in:
George Marshall 2022-10-03 11:01:38 -07:00 committed by GitHub
parent 90b6dbd379
commit 5cc411967c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@
height: var(--avatar-size);
width: var(--avatar-size);
max-width: var(--avatar-size);
flex: 0 0 var(--avatar-size);
border-radius: 100%;
overflow: hidden;
display: flex;