|
|
@@ -301,8 +301,8 @@
|
|
|
sorted-commands (sort-by (comp :counts second) > @mobile-bar-commands-stats)]
|
|
|
[:div#mobile-editor-toolbar.bg-base-2
|
|
|
[:div.toolbar-commands
|
|
|
- (mobile-bar-indent-outdent false "arrow-bar-left")
|
|
|
- (mobile-bar-indent-outdent true "arrow-bar-right")
|
|
|
+ (mobile-bar-indent-outdent false "indent-decrease")
|
|
|
+ (mobile-bar-indent-outdent true "indent-increase")
|
|
|
(mobile-bar-command (editor-handler/move-up-down true) "arrow-bar-to-up")
|
|
|
(mobile-bar-command (editor-handler/move-up-down false) "arrow-bar-to-down")
|
|
|
(mobile-bar-command #(if (state/sub :document/mode?)
|