add margin

pull/222/head
Aevann 2024-02-13 14:38:27 +02:00
parent 7f1c3320da
commit f7b4771cff
1 changed files with 2 additions and 2 deletions

View File

@ -414,12 +414,12 @@
<li class="nav-item">
<a class="nav-link" href="{{v.url}}"><i class="fas fa-user-circle fa-fw mr-3"></i>@{{v.username}}
<div class="header--currency ml-2">
<img loading="lazy" alt="coins" class="mr-1 ml-1" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{'coins.webp' | asset_siteimg}}" title="Coins">
<img loading="lazy" alt="coins" class="ml-2" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{'coins.webp' | asset_siteimg}}" title="Coins">
<span id="user-coins-amount-mobile">{{v.coins}}</span>
</div>
{% if FEATURES['MARSEYBUX'] %}
<div class="header--currency">
<img loading="lazy" alt="marseybux" class="mr-1 ml-1" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=7" title="Marseybux">
<img loading="lazy" alt="marseybux" class="ml-3" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=7" title="Marseybux">
<span id="user-bux-amount-mobile">{{v.marseybux}}</span>
</div>
{% endif %}