#116 fix indents and #107 unenforce full width in neutral

This commit is contained in:
dragonwocky 2020-09-25 16:23:10 +10:00
parent 9638a5765d
commit a31a93e206
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
3 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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;
} }

View File

@ -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,