Make notification images not stretch

pull/228/head
Stasiek Michalski 7 years ago committed by GitHub
parent 410f9dab34
commit bec5a8d919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save