1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +00:00

use svg icon for packed article placeholders

This commit is contained in:
Andrew Dolgov
2021-03-16 21:40:20 +03:00
parent 92f859add2
commit 7a1e1630d8
8 changed files with 33 additions and 2 deletions

View File

@@ -534,7 +534,9 @@ const Headlines = {
<div class="content" onclick="return Headlines.click(event, ${hl.id}, true);">
${Article.renderNote(hl.id, hl.note)}
<div class="content-inner" lang="${hl.lang ? hl.lang : 'en'}">
<img src="${App.getInitParam('icon_indicator_white')}">
<div class="text-center">
<img class="icon-unpack-pending" src="${App.getInitParam('icon_three_dots')}">
</div>
</div>
<div class="intermediate">
${Article.renderEnclosures(hl.enclosures)}