From bec5a8d919d6dcc1c1aa2cc374f6dc7e247c997d Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Wed, 6 Jun 2018 20:43:50 +0200 Subject: [PATCH] Make notification images not stretch --- resources/assets/sass/custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 33a15a998..1baa4e82a 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -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%; +}