frostime / sy-bookmark-plus

SiYuan plugin, a more powerful bookmark
GNU General Public License v3.0
13 stars 0 forks source link

建议可以设置书签字体大小 #12

Closed sweesalt closed 4 months ago

sweesalt commented 4 months ago

建议能设置如图文字的大小: image

frostime commented 4 months ago

单独做一个设置我觉得没有太大必要,书签字体大小是跟着思源界面的字体大小走的。

如果有定制化需求,可以这样写一个 css 片段(改font-size),这个我后面也更到 README 文档里面好了。

.b3-list-item.custom-bookmark-item {
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 30px;
}
sweesalt commented 3 months ago

谢谢