1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:05:55 +00:00

label display: fix unneeded nested container in headlines, increase overall minimalism, fix label element typo (div1)

This commit is contained in:
Andrew Dolgov
2019-02-01 12:42:27 +03:00
parent 64bd45b51c
commit 1124c3f00a
9 changed files with 329 additions and 358 deletions

View File

@@ -442,7 +442,7 @@ define(["dojo/_base/declare"], function (declare) {
<a class="title" title="${hl.title}" target="_blank" rel="noopener noreferrer" href="${hl.link}">
${hl.title}</a>
<span class="author">${hl.author}</span>
<span class="HLLCTR-${hl.id}">${hl.labels}</span>
${hl.labels}
${hl.cdm_excerpt ? hl.cdm_excerpt : ""}
</span>
@@ -502,7 +502,7 @@ define(["dojo/_base/declare"], function (declare) {
<span data-article-id="${hl.id}" class="hl-content hlMenuAttach">
<a class="title" href="${hl.link}">${hl.title} <span class="preview">${hl.content_preview}</span></a>
<span class="author">${hl.author}</span>
<span class="HLLCTR-${hl.id}">${hl.labels}</span>
${hl.labels}
</span>
</div>
<span class="feed">