diff --git a/CHANGELOG.md b/CHANGELOG.md index 038b7b8..059d25a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ - [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc) - [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) a feature and cleanup update. diff --git a/mods/core/css/theme.css b/mods/core/css/theme.css index ff38b69..052c6c0 100644 --- a/mods/core/css/theme.css +++ b/mods/core/css/theme.css @@ -52,7 +52,6 @@ [style*='pointer-events:'][style*='max-width: 100%; width: 100%'] { width: var(--theme--page_full-width) !important; } -.notion-text-block [style*='padding-left: 1.5em'], .notion-frame .notion-scroller [style*='padding-left: 136.5px;'] { padding-left: 0 !important; } diff --git a/mods/neutral/styles.css b/mods/neutral/styles.css index 1627c2c..8b28df9 100644 --- a/mods/neutral/styles.css +++ b/mods/neutral/styles.css @@ -12,7 +12,6 @@ --theme_dark--sidebar: #171717; --theme_dark--overlay: rgba(15, 15, 15, 0.6); --theme_dark--dragarea: #111111; - --theme_dark--page_normal-width: 100%; --theme_dark--font_sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif,