mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 19:19:03 +00:00
Revert "Add bullet condensing & bullet lines tweaks"
This reverts commit 71bc6e2c30
.
This commit is contained in:
parent
71bc6e2c30
commit
8dfb97a66a
@ -66,23 +66,6 @@ module.exports = {
|
|||||||
type: 'toggle',
|
type: 'toggle',
|
||||||
value: false,
|
value: false,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: 'condensed_bullets',
|
|
||||||
label: 'condense bullet points',
|
|
||||||
desc:
|
|
||||||
"makes bullet point blocks closer together and have tighter line spacing",
|
|
||||||
type: 'toggle',
|
|
||||||
value: false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: 'indentation_lines',
|
|
||||||
label: 'indentation lines for bullets',
|
|
||||||
desc:
|
|
||||||
"adds vertical indentation/relationship lines to make bullet trees\
|
|
||||||
easier to follow",
|
|
||||||
type: 'toggle',
|
|
||||||
value: false,
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
hacks: {
|
hacks: {
|
||||||
'renderer/preload.js': (store, __exports) => {
|
'renderer/preload.js': (store, __exports) => {
|
||||||
@ -94,8 +77,6 @@ module.exports = {
|
|||||||
'thicker_bold',
|
'thicker_bold',
|
||||||
'spaced_lines',
|
'spaced_lines',
|
||||||
'hide_help',
|
'hide_help',
|
||||||
'condensed_bullets',
|
|
||||||
'indentation_lines'
|
|
||||||
]
|
]
|
||||||
.filter((tweak) => store()[tweak])
|
.filter((tweak) => store()[tweak])
|
||||||
.map((tweak) => `[${tweak}]`)
|
.map((tweak) => `[${tweak}]`)
|
||||||
|
@ -46,16 +46,3 @@
|
|||||||
--theme_light--text-block_line-height: 1.65;
|
--theme_light--text-block_line-height: 1.65;
|
||||||
--theme_light--text-block_margin-top: 0.75em;
|
--theme_light--text-block_margin-top: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-tweaks*='[condensed_bullets]']
|
|
||||||
.notion-selectable.notion-bulleted_list-block {
|
|
||||||
line-height: 1.1 !important;
|
|
||||||
margin-top: -1.5px !important;
|
|
||||||
margin-bottom: -1.5px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
[data-tweaks*='[indentation_lines]']
|
|
||||||
div.notion-selectable.notion-bulleted_list-block
|
|
||||||
> div > div > div.notion-selectable.notion-bulleted_list-block {
|
|
||||||
border-left: 1px dashed var(--theme--text_ui_info);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user