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

fix headlines-spacer height in grid mode

This commit is contained in:
Andrew Dolgov
2021-03-10 11:59:52 +03:00
parent df9c389cbf
commit bdc72e5b63
7 changed files with 13 additions and 16 deletions

View File

@@ -514,10 +514,7 @@ const App = {
this.LABEL_BASE_INDEX = parseInt(params[k]);
break;
case "cdm_auto_catchup":
if (params[k] == 1) {
const hl = App.byId("headlines-frame");
if (hl) hl.addClassName("auto_catchup");
}
App.byId("headlines-frame").setAttribute("data-auto-catchup", params[k] ? "true" : "false");
break;
case "hotkeys":
// filter mnemonic definitions (used for help panel) from hotkeys map