|
|
|
@ -76,7 +76,6 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="right floated five wide column"> |
|
|
|
|
<% if (hitokoto) { %> |
|
|
|
|
<h4 class="ui top attached block header">一言(ヒトコト)</h4> |
|
|
|
|
<div class="ui bottom attached center aligned segment"> |
|
|
|
|
<div class="ui active centered inline loader" id="hitokoto-loader"></div> |
|
|
|
@ -93,7 +92,6 @@
|
|
|
|
|
<div style="font-size: 1em; line-height: 1.5em; display: none; " id="hitokoto-content"></div> |
|
|
|
|
<div style="text-align: right; margin-top: 15px; font-size: 0.9em; color: #666; display: none; " id="hitokoto-from"></div> |
|
|
|
|
</div> |
|
|
|
|
<% } %> |
|
|
|
|
<% |
|
|
|
|
if (fortune) { |
|
|
|
|
let color; |
|
|
|
|