1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:05:56 +00:00

updateFloatingTitle: marginRight correction no longer needed

This commit is contained in:
Andrew Dolgov
2018-12-07 10:12:01 +03:00
parent 7a276f9898
commit 7b0f4f1e46

View File

@@ -201,7 +201,7 @@ define(["dojo/_base/declare"], function (declare) {
PluginHost.run(PluginHost.HOOK_FLOATING_TITLE, row);
}
ft.style.marginRight = hf.offsetWidth - row.offsetWidth + "px";
//ft.style.marginRight = hf.offsetWidth - row.offsetWidth + "px";
/* if (header.offsetTop + header.offsetHeight < hf.scrollTop + ft.offsetHeight - 5 &&
row.offsetTop + row.offsetHeight >= hf.scrollTop + ft.offsetHeight - 5)