Skip to content

Commit

Permalink
modified: CHANGELOG.md
Browse files Browse the repository at this point in the history
	modified:   README.md
	modified:   README_zh_CN.md
	modified:   style/components/misc.scss
	modified:   theme.css
	modified:   theme.json
  • Loading branch information
mustakshif committed Dec 30, 2023
1 parent c4cf834 commit 2903ca6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

* 改进搜索列表水平布局时的关键字上下文和文档路径的分布
* 修复暗色模式下,Mac 端系统滚动条设置为自动隐藏时,部分页面元素滚动条仍显示浅色模式滚动条的问题
* 将页签栏空白处的鼠标指针改为默认指针
* 更新主题说明,将可能影响体验的改动提前

<br/>
<br />

* Improved the distribution of keyword context and document paths in the horizontal layout of the search list.
* Fixed an issue on Mac where, in dark mode with system scroll bar set to `When scrolling`, certain page elements would still display the light mode scroll bar.
* Fixed an issue on Mac where, in dark mode with system scroll bar set to auto-hide, certain page elements would still display the light mode scroll bar.
* Modified the pointer to default in the blank space of the tab bar.
* Updated the theme instructions to highlight changes that might affect the user experience.

---
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Latest updates:

* Improved the distribution of keyword context and document paths in the horizontal layout of the search list.
* Fixed an issue on Mac where, in dark mode with system scroll bar set to `When scrolling`, certain page elements would still display the light mode scroll bar.
* Modified the pointer to default in the blank space of the tab bar.
* Updated the theme instructions to highlight changes that might affect the user experience.

### v1.1.0
Expand Down
1 change: 1 addition & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Hadeeth 是一款极富现代感的类 macOS [思源笔记](https://github.com/s

* 改进搜索列表水平布局时的关键字上下文和文档路径的分布
* 修复暗色模式下,Mac 端系统滚动条设置为自动隐藏时,部分页面元素滚动条仍显示浅色模式滚动条的问题
* 将页签栏空白处的鼠标指针改为默认指针
* 更新主题说明,将可能影响体验的改动提前

### v1.1.0
Expand Down
4 changes: 4 additions & 0 deletions style/components/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@
}
}

.b3-button {
transition: 0.2s;
}

// 文本框
.b3-text-field,
select.b3-select {
Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Hadeeth",
"author": "MUSTAKSHIF",
"url": "https://github.com/mustakshif/Hadeeth",
"version": "1.1.0",
"version": "1.1.1",
"displayName": {
"default": "Hadeeth",
"zh_CN": "Hadeeth",
Expand Down

0 comments on commit 2903ca6

Please sign in to comment.