Browse Source

Add margin to flag preview image

pull/40/head
discomrade 3 years ago
parent
commit
d4b8be83aa
  1. 2
      templates/post_form.html

2
templates/post_form.html

@ -118,7 +118,7 @@
{% endfor %}
</select>
{% if config.flag_preview %}
<img name="flag_preview" id="flag_preview" style="vertical-align:middle;">
<img name="flag_preview" id="flag_preview" style="vertical-align:middle; margin: 0px 3px;">
{% endif %}
</td>
</tr>

Loading…
Cancel
Save