summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-12 18:50:32 +0300
committerAndrew Dolgov <[email protected]>2009-02-12 18:50:32 +0300
commitb4dc02e2071f9cc8d1d49fa366861d603e1ce4a0 (patch)
treedcecb18a48acf19768b8dd7ad2d0fe0bc2e04443 /viewfeed.js
parent183c0864eac08e353e1fc8f51c8b08f7cf4f8da6 (diff)
offline: sync tweaks
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index faa691583..fa7c56b5f 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -2115,7 +2115,7 @@ function toggleHeadlineActions() {
e.scrollTop = 0;
e.style.left = (p.offsetLeft + 1) + "px";
-// e.style.top = (p.offsetTop + p.offsetHeight - 1) + "px";
+ e.style.top = (p.offsetTop + p.offsetHeight + 2) + "px";
} catch (e) {
exception_error("toggleHeadlineActions", e);