Merge pull request #342 from tangly1024/bug-fix-toggle-overflow

Bug fix toggle overflow
This commit is contained in:
tangly1024
2022-07-25 18:56:09 +08:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
# 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables
NEXT_PUBLIC_VERSION=3.4.2
NEXT_PUBLIC_VERSION=3.4.3

View File

@@ -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": {

View File

@@ -919,6 +919,7 @@ svg.notion-page-icon {
.notion-toggle {
padding: 3px 2px;
max-width: 100%;
}
.notion-toggle > summary {
cursor: pointer;