Răsfoiți Sursa

Make notification images not stretch

Stasiek Michalski 7 ani în urmă
părinte
comite
bec5a8d919
1 a modificat fișierele cu 7 adăugiri și 0 ștergeri
  1. 7 0
      resources/assets/sass/custom.scss

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