1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

appstore: cosmetics, add shadow on screenshot to make them stand out a bit

This commit is contained in:
Alexandre Aubin 2023-09-19 21:28:54 +02:00
parent 0fb538c6e7
commit 498255f62d

View file

@ -98,7 +98,7 @@
<div class="from-markdown my-4">{{ infos["full_description_html"]|safe }}</div> <div class="from-markdown my-4">{{ infos["full_description_html"]|safe }}</div>
{% if infos["screenshot"] %} {% if infos["screenshot"] %}
<img alt="{{ _("Screenshot for %(app)s",app=infos["manifest"]["name"]) }}" class="my-3" src="{{ infos["screenshot"] }}"> <img alt="{{ _("Screenshot for %(app)s",app=infos["manifest"]["name"]) }}" class="my-3 shadow-lg" src="{{ infos["screenshot"] }}">
{% endif %} {% endif %}
{% if infos["manifest"]["integration"]["architectures"] != "all" %} {% if infos["manifest"]["integration"]["architectures"] != "all" %}