From: Andrew Dolgov Date: Thu, 16 May 2013 06:52:33 +0000 (+0400) Subject: enlarge auto mark offset height X-Git-Tag: 1.8~98 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6e098e5e8cf5418ca2caace71f02370a47a34117;p=tt-rss.git enlarge auto mark offset height --- diff --git a/js/viewfeed.js b/js/viewfeed.js index 50bec196..095bfab2 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1248,7 +1248,7 @@ function headlines_scroll_handler(e) { var child = rows[i]; if ($("headlines-frame").scrollTop < child.offsetTop && - child.offsetTop - $("headlines-frame").scrollTop < 50) { + child.offsetTop - $("headlines-frame").scrollTop < 100) { if (_active_article_id) { var row = $("RROW-" + _active_article_id);