mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 15:51:32 +00:00
tweak headlines layout to prevent long date clipping
This commit is contained in:
@@ -5211,8 +5211,9 @@
|
||||
|
||||
$reply['content'] .= "</div>";
|
||||
|
||||
$reply['content'] .= "<div class=\"hlRight\">";
|
||||
$reply['content'] .= "<span class=\"hlUpdated\">$updated_fmt</span>";
|
||||
$reply['content'] .= "<div class=\"hlRight\">";
|
||||
|
||||
$reply['content'] .= $score_pic;
|
||||
|
||||
if ($line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) {
|
||||
|
||||
Reference in New Issue
Block a user