Add default line-height and margin-top for text-block

See: https://github.com/dragonwocky/notion-enhancer/issues/155
This commit is contained in:
Alejandro Romano 2020-10-12 13:59:34 -03:00 committed by GitHub
parent e3de7da699
commit 197e384370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,9 @@
--theme_dark--font_body-size_small: 14px; --theme_dark--font_body-size_small: 14px;
--theme_dark--font_code-size: 0.796875em; --theme_dark--font_code-size: 0.796875em;
--theme_dark--font_sidebar-size: 14px; --theme_dark--font_sidebar-size: 14px;
--theme_dark--text-block_line-height: 1.5;
--theme_dark--text-block_margin-top: 1px;
--theme_dark--scrollbar: #505457; --theme_dark--scrollbar: #505457;
--theme_dark--scrollbar-border: transparent; --theme_dark--scrollbar-border: transparent;
@ -226,6 +229,9 @@
--theme_light--font_body-size_small: 14px; --theme_light--font_body-size_small: 14px;
--theme_light--font_code-size: 0.796875em; --theme_light--font_code-size: 0.796875em;
--theme_light--font_sidebar-size: 14px; --theme_light--font_sidebar-size: 14px;
--theme_light--text-block_line-height: 1.5;
--theme_light--text-block_margin-top: 1px;
--theme_light--scrollbar: #d9d8d6; --theme_light--scrollbar: #d9d8d6;
--theme_light--scrollbar-border: #cacac8; --theme_light--scrollbar-border: #cacac8;