mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 05:29:02 +00:00
better erroring (#56), menu tweaking, gallery fullpage variable fix
This commit is contained in:
parent
5117836dc7
commit
ffa35c74ae
@ -46,7 +46,6 @@
|
|||||||
background: var(--theme--card) !important;
|
background: var(--theme--card) !important;
|
||||||
}
|
}
|
||||||
.dark
|
.dark
|
||||||
.notion-page-content
|
|
||||||
.notion-page-block.notion-collection-item
|
.notion-page-block.notion-collection-item
|
||||||
[style*='background: rgba(255, 255, 255, 0.05)'] {
|
[style*='background: rgba(255, 255, 255, 0.05)'] {
|
||||||
background: var(--theme--gallery) !important;
|
background: var(--theme--gallery) !important;
|
||||||
|
@ -56,7 +56,6 @@
|
|||||||
background: var(--theme--card) !important;
|
background: var(--theme--card) !important;
|
||||||
}
|
}
|
||||||
.notion-body:not(.dark)
|
.notion-body:not(.dark)
|
||||||
.notion-page-content
|
|
||||||
.notion-page-block.notion-collection-item
|
.notion-page-block.notion-collection-item
|
||||||
[style*='background: rgba(55, 53, 47, 0.024)'] {
|
[style*='background: rgba(55, 53, 47, 0.024)'] {
|
||||||
background: var(--theme--gallery) !important;
|
background: var(--theme--gallery) !important;
|
||||||
|
@ -158,6 +158,11 @@ s {
|
|||||||
background: var(--theme--bg_green);
|
background: var(--theme--bg_green);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#alerts code {
|
||||||
|
background: transparent;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
[data-relaunch] {
|
[data-relaunch] {
|
||||||
text-decoration: underline dotted;
|
text-decoration: underline dotted;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -107,9 +107,7 @@ window['__start'] = async () => {
|
|||||||
'warning',
|
'warning',
|
||||||
version.sorted[0] == version.local
|
version.sorted[0] == version.local
|
||||||
? `update <b>v${version.repo}</b> available!<br>
|
? `update <b>v${version.repo}</b> available!<br>
|
||||||
run <code>npm i -g notion-enhancer</code><br>
|
run <code>npm i -g notion-enhancer</code>`
|
||||||
(or <code>yarn global add notion-enhancer</code>),<br>
|
|
||||||
<u>and</u> <code>notion-enhancer apply</code>.`
|
|
||||||
: `local build <b>v${raw_v}</b> is unstable.`
|
: `local build <b>v${raw_v}</b> is unstable.`
|
||||||
).prepend();
|
).prepend();
|
||||||
});
|
});
|
||||||
|
@ -12,7 +12,7 @@ module.exports = {
|
|||||||
tags: ['extension'],
|
tags: ['extension'],
|
||||||
name: 'property layout',
|
name: 'property layout',
|
||||||
desc: 'auto-collapse page properties that usually push down page content.',
|
desc: 'auto-collapse page properties that usually push down page content.',
|
||||||
version: '0.2.1',
|
version: '0.2.2',
|
||||||
author: 'alexander-kazakov',
|
author: 'alexander-kazakov',
|
||||||
hacks: {
|
hacks: {
|
||||||
'renderer/preload.js'(store, __exports) {
|
'renderer/preload.js'(store, __exports) {
|
||||||
|
Loading…
Reference in New Issue
Block a user