mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
parent
9638a5765d
commit
a31a93e206
@ -7,6 +7,11 @@
|
|||||||
- [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc)
|
- [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc)
|
||||||
- [advanced math editor](https://github.com/Manueloccorso/NotionMathEditor_BrowserExtension)
|
- [advanced math editor](https://github.com/Manueloccorso/NotionMathEditor_BrowserExtension)
|
||||||
|
|
||||||
|
### v0.9.1 (wip)
|
||||||
|
|
||||||
|
- bugfix: font chooser will continue iterating through fonts after encountering a blank option.
|
||||||
|
- bugfix: block indents are no longer overriden.
|
||||||
|
|
||||||
### v0.9.0 (2020-09-20)
|
### v0.9.0 (2020-09-20)
|
||||||
|
|
||||||
a feature and cleanup update.
|
a feature and cleanup update.
|
||||||
|
@ -52,7 +52,6 @@
|
|||||||
[style*='pointer-events:'][style*='max-width: 100%; width: 100%'] {
|
[style*='pointer-events:'][style*='max-width: 100%; width: 100%'] {
|
||||||
width: var(--theme--page_full-width) !important;
|
width: var(--theme--page_full-width) !important;
|
||||||
}
|
}
|
||||||
.notion-text-block [style*='padding-left: 1.5em'],
|
|
||||||
.notion-frame .notion-scroller [style*='padding-left: 136.5px;'] {
|
.notion-frame .notion-scroller [style*='padding-left: 136.5px;'] {
|
||||||
padding-left: 0 !important;
|
padding-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
--theme_dark--sidebar: #171717;
|
--theme_dark--sidebar: #171717;
|
||||||
--theme_dark--overlay: rgba(15, 15, 15, 0.6);
|
--theme_dark--overlay: rgba(15, 15, 15, 0.6);
|
||||||
--theme_dark--dragarea: #111111;
|
--theme_dark--dragarea: #111111;
|
||||||
--theme_dark--page_normal-width: 100%;
|
|
||||||
|
|
||||||
--theme_dark--font_sans: 'Inter', -apple-system, BlinkMacSystemFont,
|
--theme_dark--font_sans: 'Inter', -apple-system, BlinkMacSystemFont,
|
||||||
'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif,
|
'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif,
|
||||||
|
Loading…
Reference in New Issue
Block a user