mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 04:51:27 +00:00
Proper scaling of the default image, when a user doesn't have custom avatar
This commit is contained in:
parent
914d394bd0
commit
79c05e8381
1 changed files with 2 additions and 2 deletions
|
@ -467,7 +467,7 @@ figure {
|
|||
|
||||
/// Avatars
|
||||
.avatar {
|
||||
background-position: center;
|
||||
background-position: center top;
|
||||
background-size: cover;
|
||||
border-radius: 100%;
|
||||
|
||||
|
@ -605,4 +605,4 @@ code {
|
|||
.function{
|
||||
color:inherit;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue