Skip to content

Commit

Permalink
feat: move picker, insert image into the overflow menu
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud committed Jun 22, 2022
1 parent 1a793f0 commit 7c20c8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/components/Menu/MenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ export default {
@media (max-width: 660px) {
.text-menubar__entries {
margin-left: 0;
position: fixed;
top: calc(100vh - 100px);
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/Menu/entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,14 @@ export default [
action: (command, emojiObject = {}) => {
return command.emoji(emojiObject)
},
priority: 4,
priority: 19,
},
{
key: 'insert-image',
label: t('text', 'Insert image'),
icon: Images,
component: ActionImageUpload,
priority: 2,
priority: 18,
},
{
key: 'formatting-help',
Expand Down

0 comments on commit 7c20c8a

Please sign in to comment.