Minimum width of rss icon

main
Bob Mottram 2020-09-26 20:25:35 +01:00
parent 296f7f37de
commit 0b899e0668
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ def htmlHashtagSearch(nickname: str, domain: str, port: int,
# RSS link for hashtag feed # RSS link for hashtag feed
hashtagSearchForm += '<center><a href="/tags/rss2/' + hashtag + '">' hashtagSearchForm += '<center><a href="/tags/rss2/' + hashtag + '">'
hashtagSearchForm += \ hashtagSearchForm += \
'<img style="width:3%;min-width:30px" loading="lazy" alt="RSS 2.0" ' + \ '<img style="width:3%;min-width:60px" loading="lazy" alt="RSS 2.0" ' + \
'title="RSS 2.0" src="/' + \ 'title="RSS 2.0" src="/' + \
iconsDir + '/rss.png" /></a></center>' iconsDir + '/rss.png" /></a></center>'