Add margin to flag preview image

This commit is contained in:
discomrade 2021-06-16 02:25:20 -02:00
parent b2c7aa42f3
commit 33bc63a354

View file

@ -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>