From: Andrew Dolgov Date: Wed, 20 Feb 2008 12:19:05 +0000 (+0100) Subject: collapsed feedlist: reflow bug fix for old-skool X-Git-Tag: 1.2.20~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=03177e82c93109fb49cb3cc451fbcae22e737ced;p=tt-rss.git collapsed feedlist: reflow bug fix for old-skool --- 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 {