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

8 lines
No EOL
144 B
CSS

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