forked from DebaucheryLibrarian/traxxx
Added dedicated stash page. Using preview tiles for stashes on user page.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
>
|
||||
<img
|
||||
:src="getPath(item, 'thumbnail', { local })"
|
||||
:style="{ 'background-image': `url('${getPath(item, 'lazy', { local })}')` }"
|
||||
:style="{ 'background-image': getBgPath(item, 'lazy', { local }) }"
|
||||
:width="item.thumbnailWidth"
|
||||
:height="item.thumbnailHeight"
|
||||
:title="item.title"
|
||||
|
||||
Reference in New Issue
Block a user