mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +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
|
||||
NEXT_PUBLIC_VERSION=3.4.2
|
||||
NEXT_PUBLIC_VERSION=3.4.3
|
||||
@@ -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": {
|
||||
|
||||
@@ -919,6 +919,7 @@ svg.notion-page-icon {
|
||||
|
||||
.notion-toggle {
|
||||
padding: 3px 2px;
|
||||
max-width: 100%;
|
||||
}
|
||||
.notion-toggle > summary {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user