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

rework not-cdm headline rows to use flex-box

This commit is contained in:
Andrew Dolgov
2018-12-05 09:08:02 +03:00
parent 88c2da72d5
commit edd348b16c
7 changed files with 87 additions and 236 deletions

View File

@@ -528,7 +528,7 @@ class Feeds extends Handler_Protected {
$tmp_content .= "<span class='updated' title='$date_entered_fmt'>$updated_fmt</span>";
$tmp_content .= "<div style=\"vertical-align : middle\">";
$tmp_content .= "<div class='right'>";
$tmp_content .= "$score_pic";
if (!get_pref("VFEED_GROUP_BY_FEED") && $line["feed_title"]) {