From 7ed1f2478d52e9b0fce6567ed00c215e469549a3 Mon Sep 17 00:00:00 2001 From: XPoet Date: Mon, 25 Nov 2024 10:11:44 +0800 Subject: [PATCH 1/2] fix: fixed post tools can't be clicked (#377) --- source/css/common/stylus-variables.styl | 2 +- source/css/layout/page.styl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/css/common/stylus-variables.styl b/source/css/common/stylus-variables.styl index b3176d97..8ca22716 100644 --- a/source/css/common/stylus-variables.styl +++ b/source/css/common/stylus-variables.styl @@ -19,7 +19,7 @@ $z-index-8 = 1008 $z-index-9 = 1009 $z-index-10 = 1010 $z-index-11 = 1011 -$z-index-12 = 1011 +$z-index-12 = 1012 // ============================================================================================== diff --git a/source/css/layout/page.styl b/source/css/layout/page.styl index 5e983387..f0e19a69 100644 --- a/source/css/layout/page.styl +++ b/source/css/layout/page.styl @@ -160,6 +160,7 @@ $post-tools-offset = calc((100vw - var(--page-content-max-width) / 2) - 5rem) .post-tools { position fixed top calc(var(--header-height) + var(--component-gap)) + z-index $z-index-3 box-sizing border-box opacity 0 transition-t("top, transform, opacity, left", "0, 0, 0.2, 0", "0.2, 0.2, 0.2, 0.2", "ease, ease, ease, ease") From f59348cb7ccf73a1e8cc976a53e6ccbae428c19a Mon Sep 17 00:00:00 2001 From: XPoet Date: Mon, 25 Nov 2024 10:16:17 +0800 Subject: [PATCH 2/2] ci: update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/other.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index dc7d335a..1ac90411 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -20,7 +20,7 @@ body: I made sure I checked 我确认我已经检查过了 options: - - label: I am using Keep version `4.2.4` or later. (使用 Keep `4.2.4` 或更高版本) + - label: I am using Keep version `4.2.5` or later. (使用 Keep `4.2.5` 或更高版本) required: true - label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn). (已阅读 [Hexo 故障处理页面](https://hexo.io/docs/troubleshooting) 和 [Keep 文档](https://keep-docs.xpoet.cn)) required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 687d2fb9..26043b4f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -20,7 +20,7 @@ body: I made sure I checked 我确认我已经检查过了 options: - - label: I am using Keep version `4.2.4` or later. (使用 Keep `4.2.4` 或更高版本) + - label: I am using Keep version `4.2.5` or later. (使用 Keep `4.2.5` 或更高版本) required: true - label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn). (已阅读 [Hexo 故障处理页面](https://hexo.io/docs/troubleshooting) 和 [Keep 文档](https://keep-docs.xpoet.cn)) required: true diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index 554b9647..2296967e 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -20,7 +20,7 @@ body: I made sure I checked 我确认我已经检查过了 options: - - label: I am using Keep version `4.2.4` or later. (使用 Keep `4.2.4` 或更高版本) + - label: I am using Keep version `4.2.5` or later. (使用 Keep `4.2.5` 或更高版本) required: true - label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn). (已阅读 [Hexo 故障处理页面](https://hexo.io/docs/troubleshooting) 和 [Keep 文档](https://keep-docs.xpoet.cn)) required: true