1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-09 14:39:16 +00:00

add experimental floating title when scrolling long articles in combined mode

This commit is contained in:
Andrew Dolgov
2013-06-05 22:19:33 +04:00
parent a1495542fc
commit 08820be70b
5 changed files with 101 additions and 3 deletions

View File

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