mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Make notification images not stretch
This commit is contained in:
parent
410f9dab34
commit
bec5a8d919
1 changed files with 7 additions and 0 deletions
7
resources/assets/sass/custom.scss
vendored
7
resources/assets/sass/custom.scss
vendored
|
@ -203,3 +203,10 @@ body, button, input, textarea {
|
|||
height: .25rem;
|
||||
animation: loading-bar 3s linear infinite;
|
||||
}
|
||||
|
||||
.notification-image {
|
||||
background-size: cover;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-position: 50%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue