diff options
Diffstat (limited to 'src/client/app/mobile/views/components/note.vue')
| -rw-r--r-- | src/client/app/mobile/views/components/note.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue index c3d4181a5d..c947a6c562 100644 --- a/src/client/app/mobile/views/components/note.vue +++ b/src/client/app/mobile/views/components/note.vue @@ -213,7 +213,8 @@ export default Vue.extend({ (this as any).os.new(MkReactionPicker, { source: this.$refs.reactButton, note: this.p, - compact: true + compact: true, + big: true }); }, |