mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
updateFloatingTitle: marginRight correction no longer needed
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user