removed 'source' link from image results & fixed dynamic scrolling on image page

This commit is contained in:
partisan 2024-12-01 01:12:31 +01:00
parent ac7b468d71
commit 44e9d3356f
4 changed files with 18 additions and 21 deletions

View file

@ -116,7 +116,6 @@
<div class="resolution">{{ $result.Width }} × {{ $result.Height }}</div>
<div class="details">
<span class="img_title clickable">{{ $result.Title }}</span>
<a href="{{ $result.Source }}" target="_blank" class="img_source">{{ translate "source" }}</a>
</div>
</div>
{{ end }}