collapsed feedlist: reflow bug fix for old-skool
This commit is contained in:
parent
8e4098cfbf
commit
03177e82c9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue