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:
@@ -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"]) {
|
||||
|
||||
Reference in New Issue
Block a user