mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 11:09:03 +00:00
Merge branch 'dev' into dev-bullets
This commit is contained in:
commit
24707a6a00
@ -80,6 +80,10 @@ module.exports = {
|
||||
desc:
|
||||
"adds vertical indentation/relationship lines to make bullet trees\
|
||||
easier to follow",
|
||||
},
|
||||
{
|
||||
key: 'scroll_db_toolbars',
|
||||
label: 'scroll database toolbars',
|
||||
type: 'toggle',
|
||||
value: false,
|
||||
},
|
||||
@ -96,6 +100,7 @@ module.exports = {
|
||||
'hide_help',
|
||||
'condensed_bullets',
|
||||
'indentation_lines'
|
||||
'scroll_db_toolbars',
|
||||
]
|
||||
.filter((tweak) => store()[tweak])
|
||||
.map((tweak) => `[${tweak}]`)
|
||||
|
@ -59,3 +59,12 @@
|
||||
> 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-page-content .notion-collection_view-block > :first-child {
|
||||
overflow-x: auto !important;
|
||||
}
|
||||
[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 {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user