Add margin to flag preview image

This commit is contained in:
discomrade 2021-06-16 02:25:20 -02:00
parent c54a15e6d6
commit d4b8be83aa
1 changed files with 1 additions and 1 deletions

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>