From 56c81db0defa4b21067fe1e60bc5381b8b9aed58 Mon Sep 17 00:00:00 2001 From: tlyong1992 Date: Thu, 21 Jul 2022 17:24:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtoggle=E6=BA=A2=E5=87=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/notion.css b/styles/notion.css index c2f17239..6907ff61 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -919,6 +919,7 @@ svg.notion-page-icon { .notion-toggle { padding: 3px 2px; + max-width: 100%; } .notion-toggle > summary { cursor: pointer; From 2a2d5f3e7565c88117301b2bda9e5f0b0d0e60a5 Mon Sep 17 00:00:00 2001 From: tlyong1992 Date: Thu, 21 Jul 2022 17:24:44 +0800 Subject: [PATCH 2/2] V3.4.3 --- .env.local | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index 3e7cf1f8..70345dbd 100644 --- a/.env.local +++ b/.env.local @@ -1,2 +1,2 @@ # 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables -NEXT_PUBLIC_VERSION=3.4.2 \ No newline at end of file +NEXT_PUBLIC_VERSION=3.4.3 \ No newline at end of file diff --git a/package.json b/package.json index c8f0ff9d..42772023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.4.2", + "version": "3.4.3", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {