mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Make notification image a background-image
This commit is contained in:
parent
6f4e596343
commit
410f9dab34
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@
|
|||
</span>
|
||||
<span class="float-right notification-action">
|
||||
@if($notification->item_id)
|
||||
<a href="{{$notification->status->parent()->url()}}"><img src="{{$notification->status->parent()->thumb()}}" width="32px" height="32px"></a>
|
||||
<a href="{{$notification->status->parent()->url()}}">
|
||||
<div class="notification-image" style="background-image: url('{{$notification->status->parent()->thumb()}}')"></div>
|
||||
</a>
|
||||
@endif
|
||||
</span>
|
||||
@break
|
||||
|
|
Loading…
Reference in a new issue