mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-09 10:18:50 +01:00
* style: 调整列表项的伪元素竖线高度
* style: 选中嵌入块的高亮覆盖其 border
* style: 代码块 margin 与其他块统一、代码块语言的位置有点难看
* style: 公式块 margin 与其他块统一
* style: iframe 块 margin 与其他块统一
* style: 标题块 margin padding 与其他块统一、标题文本在块内垂直居中
* style: 去除表格块下方多余的空白
* style: 避免标题块高度抖动(空标题块和有内容的标题块高度不一致)
* style: 选中水平布局超级块内的单个块时,高亮范围与超级块保持一致,覆盖 margin
* style: 使用 flex 避免超级块内的相邻子块发生外边距折叠 margin collapsing
* style: 选中水平布局超级块内的单个嵌入块时,高亮范围与超级块保持一致,覆盖 border 和 margin
* style: 添加编辑器字号的基准 CSS 变量 --b3-font-size-editor 供主题或插件使用
比如用 CSS 实现界面字号与编辑器字号同步调整
body > #dockBottom, body > .fn__flex-1 {
font-size: calc(var(--b3-font-size-editor) - 2px);
}
* style: Improve block styles
* style: 减小列表内的标题块行高
|
||
|---|---|---|
| .. | ||
| addClearButton.ts | ||
| assets.ts | ||
| backForward.ts | ||
| escape.ts | ||
| fetch.ts | ||
| functions.ts | ||
| genID.ts | ||
| genOptions.ts | ||
| highlightById.ts | ||
| mount.ts | ||
| needSubscribe.ts | ||
| newFile.ts | ||
| noRelyPCFunction.ts | ||
| pathName.ts | ||
| processMessage.ts | ||
| serviceWorker.ts | ||
| setPosition.ts | ||
| Tree.ts | ||
| upDownHint.ts | ||