From 6e098e5e8cf5418ca2caace71f02370a47a34117 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Thu, 16 May 2013 10:52:33 +0400
Subject: [PATCH] enlarge auto mark offset height

---
 js/viewfeed.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/viewfeed.js b/js/viewfeed.js
index 50bec1966..095bfab22 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);
-- 
GitLab