Iceshrimp.NET/Iceshrimp.Frontend/Components/UserAvatar.razor.css

11 lines
No EOL
225 B
CSS

.avatar {
--size: 3em;
border-radius: 8px;
object-fit: cover;
width: var(--size);
height: var(--size);
min-width: var(--size);
min-height: var(--size);
overflow: clip;
color: transparent;
}