1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

collapsable feedlist: footer layout fix

This commit is contained in:
Andrew Dolgov 2008-02-20 06:33:20 +01:00
parent c00d87d9b3
commit b553a3bf8d
2 changed files with 2 additions and 2 deletions

View File

@ -344,7 +344,7 @@ function feedlist_init() {
}
if (getInitParam("theme") == "") {
setTimeout("hide_footer()", 5000);
//setTimeout("hide_footer()", 5000);
if (getInitParam("hide_feedlist") == 1) {
init_hidden_feedlist();

View File

@ -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);