summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-29 13:39:58 +0300
committerAndrew Dolgov <[email protected]>2021-11-29 13:39:58 +0300
commitdf7b2e79849419fcc278c0549fdf10c094991558 (patch)
tree1d0c5549390541694721e5d85e35f509feccc4ee /js
parent409c63dcf8733e4ad8bb54a1f43e987b3d2f2fe5 (diff)
combined mode: limit feed title element to 25% width
Diffstat (limited to 'js')
-rwxr-xr-xjs/Headlines.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index f9ec21c18..7557676ee 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -515,10 +515,8 @@ const Headlines = {
${hl.cdm_excerpt ? hl.cdm_excerpt : ""}
</span>
- <div class="feed vfeedMenuAttach" data-feed-id="${hl.feed_id}">
- <a href="#" style="background-color: ${hl.feed_bg_color}"
- onclick="Feeds.open({feed:${hl.feed_id}})">${hl.feed_title}</a>
- </div>
+ <a href="#" class="feed vfeedMenuAttach" style="background-color: ${hl.feed_bg_color}" data-feed-id="${hl.feed_id}"
+ onclick="Feeds.open({feed:${hl.feed_id}})">${hl.feed_title}</a>
<span class="updated" title="${hl.imported}">${hl.updated}</span>