Skip to content

Commit

Permalink
Merge pull request #378 from XPoet/dev
Browse files Browse the repository at this point in the history
Release new version
  • Loading branch information
XPoet authored Nov 25, 2024
2 parents 4df49d9 + f59348c commit c5ca7c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
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

0 comments on commit c5ca7c3

Please sign in to comment.