Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
🔖 v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Jun 14, 2022
1 parent 46438f6 commit 0440842
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGE_LOGS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.3.2/2020.06.14
- :bug:对搜索结果页面进行全屏展示的 bughttps://github.com/Achuan-2/siyuan-themes-tsundoku-stone/issues/7
- :bug:【外观】无序列表中的三级标题左边的竖线,以前是居中的,现在靠上显示了https://github.com/Achuan-2/siyuan-themes-tsundoku-dark/issues/30

## v1.3.1/2022.06.09

1. 折叠标题小三角丢失
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

![](preview.png)

> 前排提示:今后会专注于生活工作本身,应该会很少为了添加特性而更新本主题了。 也希望大家是利用工具提升效率,而不只是玩工具耗费时间。
> Achuan-2于2022.06.09
> 前排提示:今后会专注于生活工作本身,应该会很少为了添加特性而更新本主题了。 也希望大家是利用工具提升效率,而不只是玩工具耗费时间。
> ——Achuan-2于2022.06.09
**简介**[思源笔记(Siyuan)](https://github.com/siyuan-note/siyuan)是一款本地优先的个人知识管理系统,支持完全离线使用,同时也支持端到端加密同步。融合块、大纲和双向链接,构建你永恒的数字花园。本主题为个人原创主题,专为思源笔记设计。

Expand Down
6 changes: 4 additions & 2 deletions style/ctrlP.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body>div[data-key]>.b3-dialog>.b3-dialog__container>div>.fn__flex>.fn__flex-colu
/* 调整搜索框关闭按钮位置, 避免被遮挡 */
body>div[data-key]>.b3-dialog>.b3-dialog__container>svg.b3-dialog__close {
right: -25px;
z-index: 9999;
/* z-index: 9999; */
}

/* 窗口较宽时并排显示搜索结果 */
Expand All @@ -33,12 +33,13 @@ body>div[data-key]>.b3-dialog>.b3-dialog__container>svg.b3-dialog__close {

/* 搜索结果与搜索结果预览分栏 */
body>div[data-key]>.b3-dialog>.b3-dialog__container>div>.fn__flex>.fn__flex-column #searchList,
body>div[data-key]>.b3-dialog>.b3-dialog__container>div>.fn__flex>.fn__flex-column #searchPreview {
body>div[data-key]>.b3-dialog>.b3-dialog__container>div>.fn__flex>.fn__flex-column #searchPreview:not(.fullscreen) {
float: left;
width: 50% !important;
height: calc(100% - 84px) !important;
}
}

/* 修复搜索文章不能完整显示的问题 */
.spread-search__preview .protyle-content {
padding-bottom: 56px;
Expand All @@ -63,4 +64,5 @@ div[data-key='⌘R'] #searchPreview .protyle-content {
overflow: hidden !important;
text-overflow: ellipsis;
}

/*---------ctrl+p窗口改造 end -------------*/
2 changes: 1 addition & 1 deletion theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ div[style="background-color: var(--b3-font-background13);"]{
}
/* 列表中h3特殊调整 */
.protyle-wysiwyg .li>.h3>div:first-child:before{
margin-top: -0.1em;
margin-top: 0.1em;
}
/*
.protyle-wysiwyg .li>.h3>div:first-child:before{
Expand Down
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": "Tsundoku Stone",
"author": "Achuan-2",
"url": "https://github.com/Achuan-2/siyuan-themes-tsundoku-texture",
"version": "1.3.1",
"version": "1.3.2",
"modes": [
"light"
]
Expand Down

0 comments on commit 0440842

Please sign in to comment.