Explorar o código

Make notification images not stretch

Stasiek Michalski %!s(int64=7) %!d(string=hai) anos
pai
achega
bec5a8d919
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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%;
+}