Skip to content

Commit

Permalink
Show icons in styles list view on mobile device
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Jan 26, 2024
1 parent 6d03c84 commit 204d523
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 204d523

Please sign in to comment.