Show full title and username on hover

This commit is contained in:
video-prize-ranch 2023-08-10 16:01:42 +00:00
parent 498e9282e9
commit 34da56c001
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
<img src="{{ImageUrl}}?no_webp=1" loading="lazy" width="100%" height="100%">
</a>
<p class="m-2 text-ellipsis whitespace-nowrap overflow-hidden">
<a href="{{Url}}">{{Title}}</a><br />
<a href="{{Url}}" title="{{Title}}">{{Title}}</a><br />
{{#if User}}
by <a href="/user/{{User}}">{{User}}</a>
by <a href="/user/{{User}}" title="{{User}}">{{User}}</a>
{{else}}
<br />
{{/if}}