]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
collapsed feedlist: reflow bug fix for old-skool
[tt-rss.git] / tt-rss.js
index 106d071532ccd5c0ffd8e4aeeb40fd8a2f0a8e6f..86467ca22f353de95e516af4b1895f054ddc2c04 100644 (file)
--- 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 {