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 %} {% endfor %}
</select> </select>
{% if config.flag_preview %} {% 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 %} {% endif %}
</td> </td>
</tr> </tr>

Loading…
Cancel
Save