mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 15:10:32 +00:00
Merge pull request #342 from tangly1024/bug-fix-toggle-overflow
Bug fix toggle overflow
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
# 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables
|
# 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables
|
||||||
NEXT_PUBLIC_VERSION=3.4.2
|
NEXT_PUBLIC_VERSION=3.4.3
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "notion-next",
|
"name": "notion-next",
|
||||||
"version": "3.4.2",
|
"version": "3.4.3",
|
||||||
"homepage": "https://github.com/tangly1024/NotionNext.git",
|
"homepage": "https://github.com/tangly1024/NotionNext.git",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -919,6 +919,7 @@ svg.notion-page-icon {
|
|||||||
|
|
||||||
.notion-toggle {
|
.notion-toggle {
|
||||||
padding: 3px 2px;
|
padding: 3px 2px;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.notion-toggle > summary {
|
.notion-toggle > summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user