summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-20 13:19:05 +0100
committerAndrew Dolgov <[email protected]>2008-02-20 13:19:05 +0100
commit03177e82c93109fb49cb3cc451fbcae22e737ced (patch)
treecf3b80b81a023158d746c289c873cdef2cd4f405 /tt-rss.js
parent8e4098cfbfdfbd8392e2cf6ff708b6827d5795b1 (diff)
collapsed feedlist: reflow bug fix for old-skool
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 106d07153..86467ca22 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -786,7 +786,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-1) + "px";
+ if (ff && theme != "compat") ff.style.left = (fl.offsetWidth-1) + "px";
if (theme == "compact") fhdr.style.left = (fl.offsetWidth + 10) + "px";
} else {