Merge pull request 'Proper scaling of the default image, when a user doesn't have custom avatar' (#965) from mareklach/Plume:proper_scaling_for_blank_user_avatar into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/965
This commit is contained in:
KitaitiMakoto 2021-12-09 05:33:52 +00:00
commit 33f3bbb774

View file

@ -472,9 +472,10 @@ figure {
/// Avatars
.avatar {
background-position: center;
background-position: center !important;
background-size: cover;
border-radius: 100%;
flex-shrink: 0;
&.small {
width: 50px;
@ -610,4 +611,4 @@ code {
.function{
color:inherit;
}
}
}