mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49:03 +00:00
theming system rework progress
This commit is contained in:
parent
46879fe47a
commit
d857209b19
@ -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
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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
File diff suppressed because it is too large
Load Diff
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user