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:
parent
0fb538c6e7
commit
498255f62d
1 changed files with 1 additions and 1 deletions
|
@ -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" %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue