mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-08 07:20:59 +02:00
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";
|
fh.style.left = fl.offsetWidth + "px";
|
||||||
ft.style.left = fl.offsetWidth + "px";
|
ft.style.left = fl.offsetWidth + "px";
|
||||||
if (fc) fc.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";
|
if (theme == "compact") fhdr.style.left = (fl.offsetWidth + 10) + "px";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user