ajust item ninegate

This commit is contained in:
afornerot 2025-02-11 19:01:39 +01:00
parent e68d1797dd
commit 40274c306c

View File

@ -198,9 +198,9 @@
{% for item in items %} {% for item in items %}
{% if item.title|lower != "ninefolio" %} {% if item.title|lower != "ninefolio" %}
<a href="{{ item.url }}" target="_blank"> <a href="{{ item.url }}" target="_blank">
<div class="item" style="display:flex; flex-direction: column; align-items: center; font-size:10px; padding:5px; width:90px;"> <div class="item" style="display:flex; flex-direction: column; align-items: center; font-size:15px; padding:5px; width:90px;">
<img src="{{ item.icon }}" style="width:50px;height:50px"> <img src="{{ item.icon }}" style="width:50px;height:50px">
<span style="margin-top:10px">{{ item.title }}</span> <span style="margin-top:5px">{{ item.title }}</span>
</div> </div>
</a> </a>
{% endif %} {% endif %}