generated from siyuan-note/theme-sample
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一个问题和建议 #143
Comments
是特性,避免一行中文字太多影响阅读 恢复可以使用以下 CSS 代码片段: [data-light-theme=Asri], [data-dark-theme=Asri] {
.config__panel .config__tab-wrap .config__tab-container, .config__panel .config__tab-wrap .config__tab-container:where([data-name=AI],[data-name=image]) .layout-tab-bar+.fn__flex-1 {
padding: 8px 12px;
}
}
固定页签长度可以使用以下 CSS 代码片段: [data-light-theme=Asri], [data-dark-theme=Asri] {
:not(.av__views)>.layout-tab-bar .item:not(.item--pin,.item--readonly) {
min-width: 186px; /* 数值可自己调整,保持两个一致 */
}
.layout-tab-bar .item--focus {
max-width: 186px; /* 数值可自己调整,保持两个一致 */
}
.layout-tab-bar .item:not(.item--pin, .item--focus) .item__text,
.layout-tab-bar .item:not(.item--pin, .item--focus) .item__icon, .layout-tab-bar .item:not(.item--pin, .item--focus) .item__icon + .item__text {
transform: none;
}
.layout-tab-bar .item__text {
flex-grow: 1;
text-align: start;
}
}
好看的标准每个人不一样,你有什么具体建议吗 |
后续会尝试更新更多主题色功能,方便配置背景和文字色 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如图,v3.1.20版本的思源笔记以及最新版本的主题,设置界面出现了如下情况,
我选择默认主题后则没有这种状况,请问这是主题新的特性吗?还是说是bug?
我建议将标签修改成下图,固定标签的长度,少的标题全部显示出来,多的,则是隐藏一部分。这样看起来很整齐,
还有就是,我在想思源的编辑区的背景颜色的修改是否可以让整个界面更好看一些呢?
The text was updated successfully, but these errors were encountered: