Make notification images not stretch

This commit is contained in:
Stasiek Michalski 2018-06-06 20:43:50 +02:00 committed by GitHub
parent 410f9dab34
commit bec5a8d919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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%;
}