Skip to content

Commit

Permalink
Show icons in styles list view on mobile device (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored Feb 6, 2024
1 parent a062b30 commit 179093c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis-app/templates/base/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>{% if title %}{{title}}{% else %}{% trans "All" %} {{ resource_name }}s{% en
<tbody>
{% for object in object_list %}
<tr>
<td>
<td style="min-width: 100px;">
{% if object.thumbnail_image and object.thumbnail_image.file %}
{% thumbnail object.thumbnail_image "420x420" format="PNG" as im %}
<img class="style-icon" alt="{% trans "Style icon" %}" src="{{ im.url }}" width="{{ im.x }}" height="{{ im.y }}" />
Expand Down

0 comments on commit 179093c

Please sign in to comment.