Skip to content

Commit

Permalink
style(v3.1.18): set bottom margin for Backlink Panel plugin
Browse files Browse the repository at this point in the history
- Add bottom margin to Backlink Panel plugin in index.scss
- Update changelog and README files for version 3.1.18
  • Loading branch information
mustakshif committed Nov 24, 2024
1 parent da7f844 commit e402090
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
### v3.1.18

* 适配「反链过滤面板」插件底部间距
* 调整勾选列表中已勾选项目颜色变化逻辑
* 修复文档头部有标签时「添加标签」按钮位置异常的问题
* 修复列表块中引用块的上下外边距异常的问题
* 修复全宽显示下数据库勾选框列一直可见的问题

<br />

* Set bottom margin for "Backlink Panel" plugin
* Adjusted the color change logic for checked items in checklists
* Fixed the positioning issue of the "Add Tag" button when document headers contain tags
* Fixed abnormal top and bottom margin issues of quote blocks within list blocks
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),

### v3.1.18

* Set bottom margin for "Backlink Panel" plugin
* Adjusted the color change logic for checked items in checklists
* Fixed the positioning issue of the "Add Tag" button when document headers contain tags
* Fixed abnormal top and bottom margin issues of quote blocks within list blocks
Expand Down
1 change: 1 addition & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si

### v3.1.18

* 适配「反链过滤面板」插件底部间距
* 调整勾选列表中已勾选项目颜色变化逻辑
* 修复文档头部有标签时「添加标签」按钮位置异常的问题
* 修复列表块中引用块的上下外边距异常的问题
Expand Down
3 changes: 3 additions & 0 deletions style/plugins/backlink-panel.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.backlink-panel-document-bottom__area {
margin-bottom: 42px;
}
3 changes: 2 additions & 1 deletion style/plugins/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
@use 'webview';
// @use 'bookmark-plus';
@use 'fake-breadcrumb';
@use 'database-properties';
@use 'database-properties';
@use 'backlink-panel';
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

0 comments on commit e402090

Please sign in to comment.