tweaks: condensed bullets and indentation lines (#199)

* docs: Fixed link to dev build instructions

* docs: README installation clarification

* docs: README installation clarification

* update windows keystroke for task manager

* More README alterations

* Add bullet condensing & bullet lines tweaks

* Revert "Add bullet condensing & bullet lines tweaks"

This reverts commit 71bc6e2c30.

* Add bullet condensing & bullet lines tweaks

* Attempt to revert README back to normal lol

* Attempt 2 to revert README back to unmodified

Co-authored-by: Tom <thedragonring.bod@gmail.com>
This commit is contained in:
Alexa B 2020-11-03 06:44:12 -05:00 committed by GitHub
parent 590d4d9595
commit 74b3bd4b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 1 deletions

View File

@ -66,6 +66,21 @@ 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",
},
{ {
key: 'scroll_db_toolbars', key: 'scroll_db_toolbars',
label: 'scroll database toolbars', label: 'scroll database toolbars',
@ -83,6 +98,8 @@ module.exports = {
'thicker_bold', 'thicker_bold',
'spaced_lines', 'spaced_lines',
'hide_help', 'hide_help',
'condensed_bullets',
'indentation_lines'
'scroll_db_toolbars', 'scroll_db_toolbars',
] ]
.filter((tweak) => store()[tweak]) .filter((tweak) => store()[tweak])

View File

@ -47,11 +47,23 @@
--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);
}
[data-tweaks*='[scroll_db_toolbars]'] .notion-frame > .notion-scroller > [style*="overflow: visible;"], [data-tweaks*='[scroll_db_toolbars]'] .notion-frame > .notion-scroller > [style*="overflow: visible;"],
[data-tweaks*='[scroll_db_toolbars]'] .notion-page-content .notion-collection_view-block > :first-child { [data-tweaks*='[scroll_db_toolbars]'] .notion-page-content .notion-collection_view-block > :first-child {
overflow-x: auto !important; overflow-x: auto !important;
} }
[data-tweaks*='[scroll_db_toolbars]'] .notion-frame > .notion-scroller > [style*="overflow: visible;"]::-webkit-scrollbar, [data-tweaks*='[scroll_db_toolbars]'] .notion-frame > .notion-scroller > [style*="overflow: visible;"]::-webkit-scrollbar,
[data-tweaks*='[scroll_db_toolbars]'] .notion-page-content .notion-collection_view-block > :first-child::-webkit-scrollbar { [data-tweaks*='[scroll_db_toolbars]'] .notion-page-content .notion-collection_view-block > :first-child::-webkit-scrollbar {
display: none; display: none;