Skip to content

Commit

Permalink
Fix the date and stars in responsive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Oct 25, 2024
1 parent 23aef96 commit a6b2976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qgis-app/plugins/templates/plugins/plugin_list_grid_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@
<p style="height: 100%;"></p>
<div class="content mb-0">

<div class="columns mt-3">
<p class="column p-1">
<div class="is-flex is-justify-content-space-between mt-3">
<p class="is-flex is-align-items-center p-1 mb-0">
<span class="icon-text">
<span class="icon">
<i class="fas fa-calendar-alt"></i>
</span>
<span>{{ object.latest_version_date|local_timezone:"SHORT_NATURAL_DAY" }}</span>
</span>
</p>
<div class="column p-1">
<div class="is-flex is-align-items-center p-1">
<div class="star-ratings">
<span style="width:{% widthratio object.average_vote 5 100 %}%" class="rating"></span>
</div> ({{ object.rating_votes }})
Expand Down

0 comments on commit a6b2976

Please sign in to comment.