mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
[Client:Desktop] 🎨
This commit is contained in:
parent
e8ce7d5387
commit
fbb00a18ec
@ -2,7 +2,7 @@
|
||||
<p class="title"><i class="fa fa-pie-chart"></i>投票</p>
|
||||
<button onclick={ refresh } title="他を見る"><i class="fa fa-refresh"></i></button>
|
||||
<div class="poll" if={ !loading && poll != null }>
|
||||
<p class="text">{ poll.text }</p>
|
||||
<p class="text" if={ poll.text }>{ poll.text }</p>
|
||||
<mk-poll post={ poll }></mk-poll>
|
||||
</div>
|
||||
<p class="empty" if={ !loading && poll == null }>ありません!</p>
|
||||
|
Loading…
Reference in New Issue
Block a user