summaryrefslogtreecommitdiff
path: root/src/client/app/mobile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-26 18:25:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-26 18:25:27 +0900
commit36c2f8fe5d550b7aa4acbfc242ff4ec456727b78 (patch)
treedd1671b35c8099b8da95ccad69ebd2407d230b95 /src/client/app/mobile
parentMerge pull request #1774 from syuilo/greenkeeper/webpack-4.12.1 (diff)
downloadmisskey-36c2f8fe5d550b7aa4acbfc242ff4ec456727b78.tar.gz
misskey-36c2f8fe5d550b7aa4acbfc242ff4ec456727b78.tar.bz2
misskey-36c2f8fe5d550b7aa4acbfc242ff4ec456727b78.zip
Improve usability
Diffstat (limited to 'src/client/app/mobile')
-rw-r--r--src/client/app/mobile/views/components/note-detail.vue3
-rw-r--r--src/client/app/mobile/views/components/note.vue3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/client/app/mobile/views/components/note-detail.vue b/src/client/app/mobile/views/components/note-detail.vue
index 76633490fd..48c9c8bcb0 100644
--- a/src/client/app/mobile/views/components/note-detail.vue
+++ b/src/client/app/mobile/views/components/note-detail.vue
@@ -197,7 +197,8 @@ export default Vue.extend({
(this as any).os.new(MkReactionPicker, {
source: this.$refs.reactButton,
note: this.p,
- compact: true
+ compact: true,
+ big: true
});
},
menu() {
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
});
},