theming system rework progress

This commit is contained in:
dragonwocky 2021-09-24 23:52:52 +10:00
parent 46879fe47a
commit d857209b19
6 changed files with 1246 additions and 2902 deletions

View File

@ -8,6 +8,7 @@
- improved: replaced confusing all-tag filters with themes/extensions/enabled/disabled filters.
- removed: integrated scrollbar tweak (notion now includes by default).
- removed: js insert. css insert moved to tweaks mod.
- removed: majority of layout and font size variables - better to leave former to notion and use `ctrl +` for latter.
- ported: tweaks, bypass-preview.
#### todo

View File

@ -14,7 +14,7 @@
],
"css": {
"frame": ["variables.css"],
"client": ["variables.css", "prism.css"],
"client": ["variables.css", "prism.css", "theme.css"],
"menu": ["variables.css", "prism.css"]
}
}

File diff suppressed because it is too large Load Diff

View File

@ -21,9 +21,9 @@
font-weight: 700 !important;
}
.tweak--spaced_lines {
--theme--text_block-line_height: 1.65;
--theme--text_block-margin_top: 0.75em;
.tweak--spaced_lines .notion-page-content .notion-selectable.notion-text-block {
line-height: 1.65 !important;
margin-top: 0.75em !important;
}
.tweak--condensed_bullets .notion-selectable.notion-bulleted_list-block {