Commit 225e1a45 authored by Ben Hayward's avatar Ben Hayward

Changed to use object-fit cover

1 merge request!557[Sprint/NuancedNumbat](fix): Fixed width of avatars.
Pipeline #88066575 running with stages
......@@ -319,8 +319,9 @@ minds-activity-preview {
margin-right: 12px;
}
.avatar img {
max-height: 24px;
max-width: 24px;
width: 24px;
height: 24px;
object-fit: cover;
}
.body {
margin-left: 12px;
......
......@@ -15,8 +15,9 @@ minds-notification.mdl-card {
img {
border-radius: 50%;
max-height: 40px;
max-width: 40px;
width: 40px;
height: 40px;
object-fit: cover;
}
}
......
......@@ -56,8 +56,9 @@ minds-newsfeed-single {
img {
border-radius: 50%;
max-height: 50px;
max-width: 50px;
width: 50px;
height: 50px;
object-fit: cover;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment