change object-fit to cover on .pfp
This commit is contained in:
parent
a78858629e
commit
71aef40dc3
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ button.nav > img.icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
z-index: var(--zPFP);
|
z-index: var(--zPFP);
|
||||||
object-fit: fill;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
.pfp.deleted {
|
.pfp.deleted {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue