From b553a3bf8d1b0c9ffd82fc30f78f8bd44ebbfad4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Feb 2008 06:33:20 +0100 Subject: collapsable feedlist: footer layout fix --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index a6f0e2c66..882c65750 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -779,7 +779,7 @@ function collapse_feedlist() { fh.style.left = fl.offsetWidth + "px"; ft.style.left = fl.offsetWidth + "px"; if (fc) fc.style.left = fl.offsetWidth + "px"; - if (ff) ff.style.left = fl.offsetWidth + "px"; + if (ff) ff.style.left = (fl.offsetWidth-1) + "px"; } else { Element.hide(fl); -- cgit v1.2.3