Skip to content

Commit

Permalink
v2.1.6: fix tab being clipped; adapt enhance plugin; update info
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed Feb 19, 2024
1 parent 8d83639 commit 178f79e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ You can manually delete this attribute to restore the block to its default state
* **Download & update within SiYuan (recommended)**: Go to `Settings - Marketplace - Themes` in SiYuan and search for "Asri" to download and apply.
* Download & update from GitHub: Download the `package.zip` from releases, extract it to `conf/appearance/themes` in your SiYuan workspace, and restart SiYuan. Then choose "Asri" in your theme list in `Settings - Appearance`.

> [!IMPORTANT]
> - If you encounter any issues while updating the theme in `Marketplace - Downloaded - Themes`, you can try updating on the `Marketplace - Themes` page or delete the theme and then redownload it.
> - Asri has not been fully adapted for mobile devices.
## Plans

* Adapt to mobile platform.
Expand All @@ -145,7 +141,7 @@ You can manually delete this attribute to restore the block to its default state

## Acknowledgements

The theme development process drew inspiration from the following themes, and I would like to express my gratitude to their developers 🙏:
The theme development process drew inspiration from the following themes, and I would like to express my gratitude to their developers:

| Reference Content | From Theme | Developer |
| --- | --- | --- |
Expand Down
6 changes: 1 addition & 5 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si
* **应用内下载更新(推荐)** :进入思源笔记应用,在 `设置 - 集市 - 主题` 中搜索下载「Asri」并应用
* GitHub 下载更新:下载 release 中的 `package.zip`,手动解压至思源笔记工作空间下的 `conf/appearance/themes`,重启思源,在应用 `设置 - 外观` 中选择 Hadeeth 主题

> [!IMPORTANT]
> - 如果在 `集市 - 已下载 - 主题`更新时遇到问题,可尝试在 `集市 - 主题` 页面更新,或删除主题再重新下载
> - Asri 主题尚未完全适配移动端
## 计划

* 适配移动端
Expand All @@ -144,7 +140,7 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si

## 鸣谢

主题制作过程中参考借鉴了以下主题的思路,在此对各位主题开发者表示感谢 🙏
主题制作过程中参考借鉴了以下主题的思路,在此对各位主题开发者表示感谢:

| 借鉴内容 | 来自主题 | 开发者 |
|--- | --- | --- |
Expand Down
5 changes: 3 additions & 2 deletions style/layout/tab-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@

.item {
// transition: none;
margin-right: 8px;
border-radius: 6px !important;
height: 28px;
min-width: unset;
min-height: unset;
line-height: 24px;
margin-right: 8px;
border-radius: 6px !important;
overflow: visible;
background-color: var(--b3-list-hover);
// transition-property: max-width, width, backdrop-filter, background-color, color;
Expand Down
3 changes: 2 additions & 1 deletion style/plugins/index.scss
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@use 'custom-block';
@use 'custom-block';
@use 'siyuan-plugin-enhance';
5 changes: 5 additions & 0 deletions style/plugins/siyuan-plugin-enhance.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.enhanceProtyleBottomContainer {
.ProtyleBottomContainer .backlinkArea {
padding-bottom: 42px !important;
}
}
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

0 comments on commit 178f79e

Please sign in to comment.