make margin consistent with user list in chat-iframe.html

このコミットが含まれているのは:
n9k 2021-04-16 17:57:40 +00:00
コミット a114fab478
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -54,7 +54,7 @@
<a href="" style="text-decoration: none;">
<div class="refresh unhide-margin" style="bottom:revert;top:0;">Manual refresh required</div>
</a>
<div style="margin: 0 1em;">
<div style="margin: 0.5em 1em 0 1em;">
{% with person = people['broadcaster'] %}
{% if person %}
<div class="group">
@ -106,4 +106,4 @@
{% endif %}
</div>
</body>
</html>
</html>