make "remove background" btn more obvious

pull/39/head
Aevann1 2022-12-03 03:58:23 +02:00
parent 8f065a2428
commit 7a14d66944
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
</div>
{% if v.background %}
<div class="d-flex mt-2">
<button type="button" class="btn btn-primary ml-auto mb-1" onclick="postToastReload(this,'/settings/background', 'DELETE')">Remove Background</button>
<button type="button" class="btn btn-primary mb-1" onclick="postToastReload(this,'/settings/background', 'DELETE')">Remove Background</button>
</div>
{% endif %}
<div id="bgcontainer"></div>