fix: mobile toolbar action width

This commit is contained in:
Tienson Qin
2026-05-21 16:23:46 +08:00
parent 7e2062f3ac
commit 4ae733b65d
3 changed files with 3 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
(editor-handler/on-tab :right))}]
(when (seq comment-targets)
[{:id "comment"
:label (t :block.comments/add-comment)
:label (t :mobile.toolbar/comment)
:system-icon "text.bubble"
:handler (fn []
(comments-handler/add-comment-to-blocks! comment-targets)

View File

@@ -1019,6 +1019,7 @@
:mobile.tab/graphs "Graphs"
:mobile.toolbar/audio "Audio"
:mobile.toolbar/comment "Comment"
:mobile.toolbar/copy-ref "Copy ref"
:mobile.toolbar/copy-url "Copy url"
:mobile.toolbar/hide "Hide"

View File

@@ -1015,6 +1015,7 @@
:mobile.tab/graphs "图谱"
:mobile.toolbar/audio "音频"
:mobile.toolbar/comment "评论"
:mobile.toolbar/copy-ref "复制引用"
:mobile.toolbar/copy-url "复制链接"
:mobile.toolbar/hide "隐藏"