[Client] Display a poll in a sub post

This commit is contained in:
syuilo 2017-02-16 10:50:28 +09:00
parent 32b1afb626
commit d7bc8cf5a8
2 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,10 @@
<summary>({ post.media.length }つのメディア)</summary>
<mk-images-viewer images={ post.media }></mk-images-viewer>
</details>
<details if={ post.poll }>
<summary>投票</summary>
<mk-poll post={ post }></mk-poll>
</details>
<style type="stylus">
:scope
display block
@ -19,6 +23,9 @@
font-style oblique
color #a0bf46
mk-poll
font-size 80%
</style>
<script>
@mixin \text

View File

@ -4,6 +4,10 @@
<summary>({ post.media.length }つのメディア)</summary>
<mk-images-viewer images={ post.media }></mk-images-viewer>
</details>
<details if={ post.poll }>
<summary>投票</summary>
<mk-poll post={ post }></mk-poll>
</details>
<style type="stylus">
:scope
display block
@ -19,6 +23,9 @@
font-style oblique
color #a0bf46
mk-poll
font-size 80%
</style>
<script>
@mixin \text