diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 2e95bda76..c7a0fdeb7 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -225,4 +225,10 @@ body, button, input, textarea { .max-hide-overflow { max-height: 1000px!important; } + +.notification-image { + background-size: cover; + width: 32px; + height: 32px; + background-position: 50%; } diff --git a/resources/views/account/activity.blade.php b/resources/views/account/activity.blade.php index 1b46263ae..a3dd2d633 100644 --- a/resources/views/account/activity.blade.php +++ b/resources/views/account/activity.blade.php @@ -54,7 +54,9 @@ @if($notification->item_id) - + +
+
@endif
@break