We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d67bd9 commit 466d5bfCopy full SHA for 466d5bf
patches/enhancer/assets-use-notion-protocol.patch
@@ -16,7 +16,7 @@
16
document.head.appendChild(
17
createElement(
18
- `<link rel="stylesheet" href="enhancement://${mod.dir}/${sheet}.css">`
19
-+ `<link rel="stylesheet" href="notion://www.notion.so/__notion-enhancer/${mod.dir}/${sheet}.css">`
++ `<link rel="stylesheet" href="file://${path.normalize(`${__dirname}/../${mod.dir}/${sheet}.css`)}">`
20
)
21
);
22
}
@@ -27,7 +27,7 @@
27
margin: auto 1em -0.25em 1em;
28
background-size: contain;
29
- background-image: url('enhancement://core/icons/mac+linux.png');
30
-+ background-image: url('notion://www.notion.so/__notion-enhancer/core/icons/mac+linux.png');
++ background-image: url('./icons/mac+linux.png');
31
background-repeat: no-repeat;
32
33
#tabs {
0 commit comments