Fix broken avatars from being non-square
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user