diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2008-02-20 13:19:05 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2008-02-20 13:19:05 +0100 |
| commit | 03177e82c93109fb49cb3cc451fbcae22e737ced (patch) | |
| tree | cf3b80b81a023158d746c289c873cdef2cd4f405 | |
| parent | 8e4098cfbfdfbd8392e2cf6ff708b6827d5795b1 (diff) | |
collapsed feedlist: reflow bug fix for old-skool
| -rw-r--r-- | tt-rss.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |