forked from mirrors/akkoma
static-fe: don’t squeeze non-square avatars
This will crop them to a square matching behaviour of Husky and *key and allowing us to never worry about consistent alignment. Note, akkoma-fe instead displays the full image with inserted spacing.
This commit is contained in:
parent
a0daec6ea1
commit
d7c8e9df27
|
@ -441,6 +441,7 @@ .user-info .avatar img {
|
||||||
.avatar img {
|
.avatar img {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: var(--avatarShadow);
|
box-shadow: var(--avatarShadow);
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-summary {
|
.user-summary {
|
||||||
|
|
Loading…
Reference in a new issue