mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-22 09:43:30 +01:00
adapt todoist to new settings
This commit is contained in:
parent
5bd5a75061
commit
a7cf61b9d0
1 changed files with 9 additions and 9 deletions
|
@ -39,13 +39,13 @@ div.dwlvNd {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}`
|
}`
|
||||||
},
|
},
|
||||||
"todoist": {
|
"todoist": {
|
||||||
url: "https://todoist.com",
|
url: "https://todoist.com",
|
||||||
displayName: "Todoist",
|
displayName: "Todoist",
|
||||||
icon: "list-checks",
|
icon: "list-checks",
|
||||||
hideOnMobile: true,
|
hideOnMobile: true,
|
||||||
minimumWidth: 350,
|
zoomLevel: 1,
|
||||||
customCss: `/* hide the help, home, search, and productivity overview buttons, create extra space, and prevent toast pop-up from acting weird */
|
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"] {
|
[aria-label="Go to Home view"], #quick_find, [aria-label="Productivity"], [aria-label="Help & Feedback"] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
@ -62,7 +62,7 @@ div.dwlvNd {
|
||||||
.undo_toast {
|
.undo_toast {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}`
|
}`
|
||||||
},
|
},
|
||||||
"notion": {
|
"notion": {
|
||||||
url: "https://www.notion.so/",
|
url: "https://www.notion.so/",
|
||||||
displayName: "Notion",
|
displayName: "Notion",
|
||||||
|
|
Loading…
Reference in a new issue