mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
css fixes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{{foreach $items as $i}}
|
||||
<a href="{{$i.url}}" title="{{$i.alt}}">
|
||||
<img src="{{$i.src}}" width="{{$i.width}}" height="{{$i.height}}" alt="{{$i.alt}}">
|
||||
<div class='jg-caption autotime' title="{{$i.edited}}"></div>
|
||||
<div class='jg-caption rounded text-truncate autotime' title="{{$i.edited}}"></div>
|
||||
</a>
|
||||
{{/foreach}}
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<a href="{{$photo.link}}" id="photo-top-photo-link-{{$photo.id}}" title="{{$photo.title}}">
|
||||
<img src="{{$photo.src}}" alt="{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}" title="{{$photo.title}}" id="photo-top-photo-{{$photo.id}}" loading="lazy" />
|
||||
<div class="jg-caption rounded text-truncate">{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}</div>
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user