From 44b0c984eabfd6de56fc3e8cd995689c2ed5cbc4 Mon Sep 17 00:00:00 2001 From: EdHout <92811706+EdHout@users.noreply.github.com> Date: Sat, 2 Apr 2022 14:33:41 +0200 Subject: [PATCH] Added todoist preset --- src/settings.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/settings.ts b/src/settings.ts index 0fbddd3..7ddeb22 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -39,6 +39,30 @@ 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 */ + [aria-label="Go to Home view"], #quick_find, [aria-label="Productivity"], [aria-label="Help & Feedback"] { + display: none !important; + } + + .view_content { + padding-left: 15px; + } + + .view_header { + padding-left: 15px; + padding-top: 10px; + } + + .undo_toast { + width: 95%; + }` + }, "notion": { url: "https://www.notion.so/", displayName: "Notion",