From 03177e82c93109fb49cb3cc451fbcae22e737ced Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Feb 2008 13:19:05 +0100 Subject: [PATCH] collapsed feedlist: reflow bug fix for old-skool --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt-rss.js b/tt-rss.js index 106d0715..86467ca2 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 { -- 2.39.2