mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 20:05:57 +00:00
collapsable feedlist: footer layout fix
This commit is contained in:
@@ -779,7 +779,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 + "px";
|
||||
if (ff) ff.style.left = (fl.offsetWidth-1) + "px";
|
||||
|
||||
} else {
|
||||
Element.hide(fl);
|
||||
|
||||
Reference in New Issue
Block a user