collapsed feedlist: reflow bug fix for old-skool

This commit is contained in:
Andrew Dolgov 2008-02-20 13:19:05 +01:00
parent 8e4098cfbf
commit 03177e82c9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {