0
0
Fork 0

Fix profile picture preview (#26538)

This commit is contained in:
Christian Schmidt 2023-08-18 18:24:32 +02:00 committed by GitHub
parent ee702e36e5
commit bb23116e8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 18 deletions

View file

@ -309,9 +309,19 @@ code {
border-radius: 4px;
background: url('images/void.png');
&[src$='missing.png'] {
visibility: hidden;
}
&:last-child {
margin-bottom: 0;
}
&#account_avatar-preview {
width: 90px;
height: 90px;
object-fit: cover;
}
}
}