Vanessa
c06f740c1c
🎨 https://github.com/siyuan-note/siyuan/pull/14010
2025-02-05 17:08:35 +08:00
Jeffrey Chen
2863eec46c
fix: 鼠标框选块或单元格时不应选中其中的文本 ( #14010 )
...
* fix: 鼠标框选块或单元格时不应选中其中的文本
fix https://github.com/siyuan-note/siyuan/issues/12120
* refactor: 表格选择单元格不灵活
fix https://github.com/siyuan-note/siyuan/issues/11388
2025-02-05 11:37:08 +08:00
Vanessa
429163f729
🎨 https://github.com/siyuan-note/siyuan/pull/13996
2025-02-03 12:01:19 +08:00
Jeffrey Chen
7055e93710
fix: 鼠标在 .protyle-scroll 上无法滚动文档 ( #13996 )
2025-02-03 11:58:08 +08:00
Jeffrey Chen
d406c1cbb3
fix: 改进斜杠菜单的元素高度 ( #14000 )
...
* fix: 改进斜杠菜单的元素高度
fix https://github.com/siyuan-note/siyuan/issues/13912
* fix: 改进斜杠菜单的元素高度
fix https://github.com/siyuan-note/siyuan/issues/13912
2025-02-03 11:34:43 +08:00
Vanessa
bd34115c9a
🎨 https://github.com/siyuan-note/siyuan/issues/13973
2025-01-31 10:57:57 +08:00
Vanessa
31acfe90c6
🎨 https://github.com/siyuan-note/siyuan/pull/13959
2025-01-30 13:35:36 +08:00
Jeffrey Chen
698698eec1
style: 改进字号 CSS 和列表项的伪元素布局 ( #13959 )
...
* style: 添加 --b3-font-size-editor 变量
* style: 添加 --b3-font-size-editor 变量
2025-01-30 11:51:07 +08:00
Vanessa
54fc5dd5a2
🎨 https://github.com/siyuan-note/siyuan/pull/13937
2025-01-29 23:58:52 +08:00
Vanessa
46e7b0d82b
🎨 https://github.com/siyuan-note/siyuan/pull/13821
2025-01-29 23:43:58 +08:00
Jeffrey Chen
c93dc582a5
Improve the ghosting of list items fix https://github.com/siyuan-note/siyuan/issues/11920 ( #13821 )
...
* style: 去除 ghost 元素的高亮
* fix(drag): 改进列表项拖影
* fix(drag): 改进列表项拖影
* clean code
2025-01-29 23:25:43 +08:00
Vanessa
332f859684
🎨 https://github.com/siyuan-note/siyuan/pull/13927
2025-01-29 23:17:40 +08:00
Jeffrey Chen
6abaa967cb
style(typography): 将标记的样式移到行级样式末尾,覆盖键盘样式和备注样式 ( #13845 )
2025-01-29 21:46:10 +08:00
Jeffrey Chen
32b9b9919a
style(menu): 分隔线使用默认光标 ( #13854 )
2025-01-29 21:11:13 +08:00
Vanessa
7f1db1fefd
🎨 https://github.com/siyuan-note/siyuan/pull/13564
2025-01-29 20:48:56 +08:00
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
Vanessa
5143121ac4
🎨 https://github.com/siyuan-note/siyuan/issues/13780
2025-01-26 09:38:32 +08:00
Gary Wang
25054e137c
style: finetuning titlebar look-n-feel for PWA support ( #13779 )
...
The previous patch (675e59c ) introduce initial PWA WCO support,
this patch finetunes the PWA titlebar support by ensure the
titlebar is always visible and fill 100% page (window)
width, with the following changes:
* Use margin instead of padding to ensure 'width' fills 100% page
width, so does bottom border.
Remaining PWA stuff:
The remaining PWA WCO part have inconsistent color with the actual
color that SiYuan('s titlebar) uses, thus to make the PWA titlebar
feel native, we still needs to set either:
- a "theme-color" `<meta>` attribute (suggested)
- a "theme_color" member in the PWA manifest
...which will be a seprated topic that won't be worked on in this
patchset.
Also, the titlebar bottom border might be covered by the WCO, since
it involves half-pixel border issue which seems to be by-design,
I won't address such issue in this patchset.
See also:
* https://github.com/siyuan-note/siyuan/issues/13226#issuecomment-2594551219
This patchset can address this issue
* https://github.com/siyuan-note/siyuan/pull/13779#discussion_r1918108643
Previously mentioned half-pixel issue
2025-01-26 09:07:38 +08:00
Vanessa
87f3047174
💄
2025-01-12 00:52:05 +08:00
Vanessa
78839671e8
🎨 https://github.com/siyuan-note/siyuan/issues/13583
2025-01-11 21:25:51 +08:00
Vanessa
544d82216b
♻️ https://github.com/siyuan-note/siyuan/issues/13785
2025-01-11 12:22:44 +08:00
Vanessa
87c8db09a0
🎨 https://github.com/siyuan-note/siyuan/pull/13737
2025-01-10 14:31:23 +08:00
Jeffrey Chen
8cce186b47
style: Improve dragover style of file tree ( #13737 )
2025-01-10 12:31:22 +08:00
Gary Wang
675e59c3d5
style: avoid window controls overlay covering SiYuan toolbar buttons ( #13771 )
...
Since we already declares "window-controls-overlay" in our PWA manifest file, we also need to care about the actual place taken by the window controls overlay.
See also:
- https://web.dev/articles/window-controls-overlay
Resolve: https://github.com/siyuan-note/siyuan/issues/13226
2025-01-10 09:44:18 +08:00
Jeffrey Chen
4c011d5ee9
🎨 改进页签拖拽高亮 ( #13549 )
...
* 🎨 改进页签拖拽高亮
* 🎨 改进页签拖拽高亮
* 🎨 改进页签拖拽高亮
2025-01-08 10:42:51 +08:00
Vanessa
b1bf4a2dab
🎨 https://github.com/siyuan-note/siyuan/issues/13692
2025-01-04 22:31:24 +08:00
Vanessa
1e2b498bf4
🎨 https://github.com/siyuan-note/siyuan/issues/13650
2024-12-29 10:40:59 +08:00
Vanessa
5c024f23f4
🎨 https://github.com/siyuan-note/siyuan/issues/13437
2024-12-28 12:26:40 +08:00
Vanessa
ed18ac6810
🎨 https://github.com/siyuan-note/siyuan/issues/13437
2024-12-28 11:37:59 +08:00
Vanessa
fddafb396c
🎨 https://github.com/siyuan-note/siyuan/issues/13437
2024-12-28 10:08:34 +08:00
Vanessa
35b7a7cfca
🎨 https://github.com/siyuan-note/siyuan/issues/13437
2024-12-27 22:00:43 +08:00
Vanessa
9b172f80ca
🎨 https://github.com/siyuan-note/siyuan/issues/13529
2024-12-25 23:05:29 +08:00
Vanessa
97c85cb30b
🎨 https://github.com/siyuan-note/siyuan/issues/13614
2024-12-25 16:28:53 +08:00
Vanessa
f828764f91
🎨 https://github.com/siyuan-note/siyuan/issues/13595
2024-12-25 10:32:20 +08:00
Vanessa
cec9a2520f
🎨 https://github.com/siyuan-note/siyuan/pull/13574
2024-12-24 23:10:22 +08:00
Jeffrey Chen
35f112da84
style: Improve .dragover style of file tree ( #13574 )
2024-12-24 21:05:54 +08:00
Vanessa
64c2b6a2a2
🎨 https://github.com/siyuan-note/siyuan/issues/13535
2024-12-23 16:42:11 +08:00
Vanessa
39af34e53d
🎨
2024-12-20 10:52:56 +08:00
Vanessa
f2971a273d
🎨 https://github.com/siyuan-note/siyuan/pull/13506
2024-12-20 10:19:53 +08:00
Jeffrey Chen
4620ce5c37
style:移除 .dock__item--activefocus 的 !important 声明 ( #13506 )
...
fix https://github.com/siyuan-note/siyuan/issues/13464
2024-12-20 10:15:09 +08:00
Vanessa
eb1a84bedc
🎨 https://github.com/siyuan-note/siyuan/issues/13536
2024-12-20 09:39:21 +08:00
Vanessa
e73f78d57e
🎨 https://github.com/siyuan-note/siyuan/issues/13213
2024-12-19 10:19:00 +08:00
Vanessa
95f24e3eca
🎨 https://github.com/siyuan-note/siyuan/pull/13241
2024-12-17 10:40:25 +08:00
Vanessa
e1829a8254
🎨 https://github.com/siyuan-note/siyuan/issues/13378
2024-12-17 00:33:31 +08:00
Vanessa
3ea7daa308
Merge remote-tracking branch 'origin/dev' into dev
2024-12-17 00:10:15 +08:00
Vanessa
78b32b8d88
🎨 https://github.com/siyuan-note/siyuan/pull/13241
2024-12-17 00:09:52 +08:00
Daniel
64968335dd
🎨 Improve loading page
2024-12-16 23:38:57 +08:00
Vanessa
5735c71ec2
🎨 https://github.com/siyuan-note/siyuan/issues/13469
2024-12-16 12:22:21 +08:00
Daniel
6a8ae67d6e
🎨 https://github.com/siyuan-note/siyuan/pull/13241
2024-12-16 01:26:13 +08:00
V
1e2ed90f06
🎨 https://github.com/siyuan-note/siyuan/pull/13241
2024-12-16 01:11:12 +08:00