From c4f0bbddb100d79c47e8330d904b72dd2bd6e863 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 27 Mar 2023 17:27:39 +0800 Subject: [PATCH] =?UTF-8?q?notion-=E6=8E=92=E7=89=88=EF=BC=9A=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=AD=97=E5=8F=B7=E5=9B=BE=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;