diff --git a/.env.local b/.env.local index 0c69e3c2..2450afdd 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.7.0 +NEXT_PUBLIC_VERSION=3.7.1 diff --git a/package.json b/package.json index 51237fd9..7540f8ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.7.0", + "version": "3.7.1", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": { diff --git a/styles/notion.css b/styles/notion.css index e7ab6173..2bb4470a 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -1981,3 +1981,7 @@ pre[class*="language-mermaid"] { code.language-mermaid { display:none } + +.code-toolbar{ + @apply w-full; +} \ No newline at end of file diff --git a/themes/hexo/LayoutBase.js b/themes/hexo/LayoutBase.js index 06399f52..cf438314 100644 --- a/themes/hexo/LayoutBase.js +++ b/themes/hexo/LayoutBase.js @@ -71,7 +71,7 @@ const LayoutBase = props => { id="container-inner" className="pt-14 w-full mx-auto lg:flex lg:space-x-4 justify-center" > -
+
{onLoading ? : children}