diff --git a/styles/notion.css b/styles/notion.css index ba7d2ac1..3a32c453 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -68,7 +68,7 @@ } .notion { - font-size: 17px; + font-size: 16px; line-height: 1.5; color: var(--fg-color); caret-color: var(--fg-color); @@ -714,7 +714,7 @@ svg.notion-page-icon { } .notion-asset-wrapper img { - width: 100%; + width: 90%; /* height: 100%; */ height: auto !important; max-height: 100%; @@ -728,6 +728,7 @@ svg.notion-page-icon { .notion-text { width: 100%; white-space: pre-wrap; + line-height: 1.5rem !important; word-break: break-word; padding: 3px 2px !important; margin: 1px 0 !important;