Show full title and username on hover
This commit is contained in:
parent
498e9282e9
commit
34da56c001
|
@ -3,9 +3,9 @@
|
||||||
<img src="{{ImageUrl}}?no_webp=1" loading="lazy" width="100%" height="100%">
|
<img src="{{ImageUrl}}?no_webp=1" loading="lazy" width="100%" height="100%">
|
||||||
</a>
|
</a>
|
||||||
<p class="m-2 text-ellipsis whitespace-nowrap overflow-hidden">
|
<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}}
|
{{#if User}}
|
||||||
by <a href="/user/{{User}}">{{User}}</a>
|
by <a href="/user/{{User}}" title="{{User}}">{{User}}</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<br />
|
<br />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue