[Client] 🎨

This commit is contained in:
syuilo
2017-03-21 02:10:21 +09:00
parent 1a5641bc1a
commit 4968efe101
4 changed files with 94 additions and 27 deletions

View File

@@ -337,7 +337,8 @@
this.react = () => {
riot.mount(document.body.appendChild(document.createElement('mk-reaction-picker')), {
source: this.refs.reactButton,
post: this.p
post: this.p,
compact: true
});
};

View File

@@ -401,7 +401,8 @@
this.react = () => {
riot.mount(document.body.appendChild(document.createElement('mk-reaction-picker')), {
source: this.refs.reactButton,
post: this.p
post: this.p,
compact: true
});
};
</script>