summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-20 06:33:20 +0100
committerAndrew Dolgov <[email protected]>2008-02-20 06:33:20 +0100
commitb553a3bf8d1b0c9ffd82fc30f78f8bd44ebbfad4 (patch)
tree229442312dfb83c3ab5156641d4a4b3b01ab0cc2 /tt-rss.js
parentc00d87d9b351f50fdccbfcde70694f3e790f9358 (diff)
collapsable feedlist: footer layout fix
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
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);