Fix broken avatars from being non-square

This commit is contained in:
daudix
2024-07-21 23:05:26 +03:00
parent bbbf1d1967
commit df1c651124

View File

@ -60,6 +60,9 @@
margin: 0;
background-size: cover;
background-color: var(--fg-muted-1);
width: 100%;
height: 100%;
overflow: hidden;
&:hover {
transform: rotate(10deg) scale(1.1);