change object-fit to cover on .pfp

This commit is contained in:
Tiago Balas 2022-11-15 23:39:40 +00:00 committed by William Casarin
parent a78858629e
commit 71aef40dc3

View file

@ -250,7 +250,7 @@ button.nav > img.icon {
position: relative;
border-radius: 50%;
z-index: var(--zPFP);
object-fit: fill;
object-fit: cover;
}
.pfp.deleted {
font-size: 32px;