fix padding

pull/83/head
Aevann 2022-12-25 07:38:40 +02:00
parent fe79b3fd8e
commit 2fab44bcef
1 changed files with 6 additions and 2 deletions

View File

@ -212,7 +212,7 @@
{% endif %}
</div>
<div class="mt-3" id="profile--info">
<div class="mt-4" id="profile--info">
<p id="profile--info--id">User ID: {{u.id}}</p>
<p id="profile--info--spent">Coins spent: {{u.coins_spent}}</p>
<p id="profile--info--truescore">True score: {{u.truescore}}</p>
@ -421,7 +421,7 @@
</form>
{% if v.profile_background -%}
<div class="d-block mt-3 mb-3">
<div class="d-block mt-3">
<button type="button" class="btn btn-danger" onclick="postToastReload(this,'/settings/profile_background', 'DELETE')">
<i class="fas fa-image-slash mr-1"></i>
Remove current background
@ -429,6 +429,10 @@
</div>
{%- endif %}
</div>
{% else %}
<pre>
</pre>
{% endif %}
{% if v and v.id != u.id %}