Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release new version #378

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/css/common/stylus-variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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


// ==============================================================================================
Expand Down
1 change: 1 addition & 0 deletions source/css/layout/page.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Loading