mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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;
|
height: .25rem;
|
||||||
animation: loading-bar 3s linear infinite;
|
animation: loading-bar 3s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notification-image {
|
||||||
|
background-size: cover;
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
background-position: 50%;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue