forked from rDrama/rDrama
1
0
Fork 0

add margin for email field

master
Aevann 2024-06-06 23:47:51 +03:00
parent 7ac6be0e6c
commit 4228383ac9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
{% endif %}
{% if v.admin_level >= PERMS['VIEW_EMAILS'] -%}
<div id="profile--email" class="mt-2">Email: {{u.email}}</div>
<div id="profile--email" class="my-2">Email: {{u.email}}</div>
{%- endif %}
{% if v.admin_level >= PERMS['USER_BAN'] %}