better erroring (#56), menu tweaking, gallery fullpage variable fix

This commit is contained in:
dragonwocky 2020-08-29 00:14:29 +10:00
parent 5117836dc7
commit ffa35c74ae
5 changed files with 7 additions and 6 deletions

View File

@ -46,7 +46,6 @@
background: var(--theme--card) !important;
}
.dark
.notion-page-content
.notion-page-block.notion-collection-item
[style*='background: rgba(255, 255, 255, 0.05)'] {
background: var(--theme--gallery) !important;

View File

@ -56,7 +56,6 @@
background: var(--theme--card) !important;
}
.notion-body:not(.dark)
.notion-page-content
.notion-page-block.notion-collection-item
[style*='background: rgba(55, 53, 47, 0.024)'] {
background: var(--theme--gallery) !important;

View File

@ -158,6 +158,11 @@ s {
background: var(--theme--bg_green);
}
#alerts code {
background: transparent;
text-decoration: underline;
}
[data-relaunch] {
text-decoration: underline dotted;
cursor: pointer;

View File

@ -107,9 +107,7 @@ window['__start'] = async () => {
'warning',
version.sorted[0] == version.local
? `update <b>v${version.repo}</b> available!<br>
run <code>npm i -g notion-enhancer</code><br>
(or <code>yarn global add notion-enhancer</code>),<br>
<u>and</u> <code>notion-enhancer apply</code>.`
run <code>npm i -g notion-enhancer</code>`
: `local build <b>v${raw_v}</b> is unstable.`
).prepend();
});

View File

@ -12,7 +12,7 @@ module.exports = {
tags: ['extension'],
name: 'property layout',
desc: 'auto-collapse page properties that usually push down page content.',
version: '0.2.1',
version: '0.2.2',
author: 'alexander-kazakov',
hacks: {
'renderer/preload.js'(store, __exports) {