[Client:Desktop] 🎨
This commit is contained in:
		
							parent
							
								
									34e9a8a77e
								
							
						
					
					
						commit
						21c472d35b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
	<p class="title"><i class="fa fa-pie-chart"></i>投票</p>
 | 
						<p class="title"><i class="fa fa-pie-chart"></i>投票</p>
 | 
				
			||||||
	<button onclick={ refresh } title="他を見る"><i class="fa fa-refresh"></i></button>
 | 
						<button onclick={ refresh } title="他を見る"><i class="fa fa-refresh"></i></button>
 | 
				
			||||||
	<div class="poll" if={ !loading && poll != null }>
 | 
						<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>
 | 
							<mk-poll post={ poll }></mk-poll>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
	<p class="empty" if={ !loading && poll == null }>ありません!</p>
 | 
						<p class="empty" if={ !loading && poll == null }>ありません!</p>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue