1
0
Эх сурвалжийг харах

Make notification images not stretch

Stasiek Michalski 7 жил өмнө
parent
commit
bec5a8d919

+ 7 - 0
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%;
+}