From a7cf61b9d07d41d2b5cf506b4e4b821a7af6df87 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 2 Apr 2022 15:19:27 +0200 Subject: [PATCH] adapt todoist to new settings --- src/settings.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/settings.ts b/src/settings.ts index 942b814..49c2e6d 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -39,13 +39,13 @@ div.dwlvNd { display: none !important; }` }, - "todoist": { - url: "https://todoist.com", - displayName: "Todoist", - icon: "list-checks", - hideOnMobile: true, - minimumWidth: 350, - customCss: `/* hide the help, home, search, and productivity overview buttons, create extra space, and prevent toast pop-up from acting weird */ + "todoist": { + url: "https://todoist.com", + displayName: "Todoist", + icon: "list-checks", + hideOnMobile: true, + zoomLevel: 1, + customCss: `/* hide the help, home, search, and productivity overview buttons, create extra space, and prevent toast pop-up from acting weird */ [aria-label="Go to Home view"], #quick_find, [aria-label="Productivity"], [aria-label="Help & Feedback"] { display: none !important; } @@ -61,8 +61,8 @@ div.dwlvNd { .undo_toast { width: 95%; -}` - }, +}` + }, "notion": { url: "https://www.notion.so/", displayName: "Notion",