siyuan/app
Jeffrey Chen d9d48273fb
style: Improve block styles (#13564)
* 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: 减小列表内的标题块行高
2025-01-29 12:36:20 +08:00
..
appearance 🎨 Improve network img convert to local https://github.com/siyuan-note/siyuan/issues/13936 2025-01-26 10:28:36 +08:00
appx 🔖 Release v3.1.20 2025-01-16 10:00:42 +08:00
changelogs 📝 Update changelogs 2025-01-15 23:10:27 +08:00
electron 🎨 Improve the main window size after restarts https://github.com/siyuan-note/siyuan/issues/13732 2025-01-10 09:32:47 +08:00
elevator 🎨 Support one-click addition of Microsoft Defender exclusions https://github.com/siyuan-note/siyuan/issues/13650 2024-12-28 23:36:56 +08:00
guide 🎨 Supports setting keep-alive notification text on Android https://github.com/siyuan-note/siyuan/issues/13815 2025-01-17 17:20:39 +08:00
nsis 🎨 Update text https://github.com/siyuan-note/siyuan/issues/9568#issuecomment-2058982138 2024-04-17 09:19:16 +08:00
pandoc ♻️ Upgrade to Pandoc v3.5 https://github.com/siyuan-note/siyuan/issues/12750 2024-10-11 12:20:09 +08:00
src style: Improve block styles (#13564) 2025-01-29 12:36:20 +08:00
stage 🎨 Add icon for primary key of database binding block https://github.com/siyuan-note/siyuan/issues/13945 2025-01-26 12:12:48 +08:00
.npmrc Update pnpm to 9.1 (#11423) 2024-05-16 08:39:07 +08:00
electron-builder-arm64.yml 🎨 Support one-click addition of Microsoft Defender exclusions https://github.com/siyuan-note/siyuan/issues/13650 2024-12-29 12:25:36 +08:00
electron-builder-darwin-arm64.yml 🐛 Fix the pandoc packing with wrong platform https://github.com/siyuan-note/siyuan/issues/13110 2024-11-11 12:18:34 +08:00
electron-builder-darwin.yml 🎨 Change packing compression from "store" to "normal" on darwin 2024-05-29 09:56:38 +08:00
electron-builder-linux-arm64.yml 🐛 Fix the pandoc packing with wrong platform https://github.com/siyuan-note/siyuan/issues/13110 2024-11-11 12:18:34 +08:00
electron-builder-linux.yml 🎨 Add deb release package for Linux https://github.com/siyuan-note/siyuan/issues/11532 2024-06-03 01:37:25 +08:00
electron-builder.yml 🎨 Support one-click addition of Microsoft Defender exclusions https://github.com/siyuan-note/siyuan/issues/13650 2024-12-29 12:25:36 +08:00
eslint.config.mjs ⬆️ eslint 2024-11-19 16:48:28 +08:00
package.json 🔖 Release v3.1.20 2025-01-16 10:00:42 +08:00
pnpm-lock.yaml ♻️ Upgrade to Electron v32.2.8 https://github.com/siyuan-note/siyuan/issues/13752 2025-01-08 10:28:11 +08:00
tsconfig.json 🎨 https://github.com/siyuan-note/siyuan/issues/11782 2024-10-23 11:47:06 +08:00
webpack.config.js 🎨 https://github.com/siyuan-note/siyuan/issues/13213 2024-12-19 10:19:00 +08:00
webpack.desktop.js 🎨 https://github.com/siyuan-note/siyuan/issues/13213 2024-12-19 10:19:00 +08:00
webpack.export.js 🎨 https://github.com/siyuan-note/siyuan/issues/13213 2024-12-19 10:19:00 +08:00
webpack.mobile.js 🎨 https://github.com/siyuan-note/siyuan/issues/13213 2024-12-19 10:19:00 +08:00