mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 20:54:09 +00:00
fix: mobile toolbar action width
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1015,6 +1015,7 @@
|
||||
:mobile.tab/graphs "图谱"
|
||||
|
||||
:mobile.toolbar/audio "音频"
|
||||
:mobile.toolbar/comment "评论"
|
||||
:mobile.toolbar/copy-ref "复制引用"
|
||||
:mobile.toolbar/copy-url "复制链接"
|
||||
:mobile.toolbar/hide "隐藏"
|
||||
|
||||
Reference in New Issue
Block a user