From 1ac2c5598ffc3da06d47711fcc1136a4e9f652d5 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 1 Feb 2023 14:46:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9B=BE=E7=89=87=E6=8E=92?= =?UTF-8?q?=E7=89=88=E4=B8=8A=E4=B8=8B=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/notion.css b/styles/notion.css index 24f15562..2be54923 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -700,6 +700,10 @@ svg.notion-page-icon { max-width: 100%; } +.notion-asset-wrapper-image > div { + height: auto !important; +} + .notion-asset-wrapper-full { /* max-width: 100vw; */ }