minor margin fix

pull/143/head
Aevann 2023-05-04 19:36:41 +03:00
parent ff56044b8a
commit f20829707a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
</form>
{% endif %}
<div class="actionbtns mt-3">
<div class="actionbtns my-3">
{% if v.admin_level >= PERMS['ADMIN_ADD'] and not u.admin_level %}
<button type="button" id="add-admin-{{deviceType}}" class="btn btn-primary" data-nonce="{{g.nonce}}" data-onclick="postToastSwitch(this,'/@{{u.username}}/make_admin','add-admin-{{deviceType}}','remove-admin-{{deviceType}}','d-none')">Make Admin</button>
{% endif %}