Fix squished user avatars on reviews and threads

This commit is contained in:
rubenwardy
2024-03-03 22:41:39 +00:00
parent de1332c5e8
commit 31a47018eb
5 changed files with 14 additions and 5 deletions

View File

@@ -28,9 +28,11 @@
}
.user-photo {
display: inline-block;
width: 60px;
height: 60px;
object-fit: cover;
aspect-ratio: 1;
}
.status-update p {

View File

@@ -85,3 +85,10 @@
background-color: #303030;
border-radius: .3rem;
}
.mini-user-photo {
display: inline-block;
aspect-ratio: 1;
max-height: 1em;
filter: none !important;
}