diff --git a/qgis-app/plugins/templates/plugins/plugin_list.html b/qgis-app/plugins/templates/plugins/plugin_list.html index 08ad6421..c4cef95b 100644 --- a/qgis-app/plugins/templates/plugins/plugin_list.html +++ b/qgis-app/plugins/templates/plugins/plugin_list.html @@ -115,7 +115,7 @@

{% if title %}{{title}}{% else %}{% trans "All plugins" % {% for object in object_list %} - + {% if object.icon and object.icon.file and object.icon|is_image_valid %} {% with image_extension=object.icon.name|file_extension %} @@ -131,9 +131,9 @@

{% if title %}{{title}}{% else %}{% trans "All plugins" % {% trans {% endif %} - + {{ object.name }} - + {% if not user.is_anonymous %}{% if object.approved %}{% else %}—{% endif %}{% endif %} {{ object.downloads|intcomma }} diff --git a/qgis-app/plugins/templates/plugins/plugin_list_grid_card.html b/qgis-app/plugins/templates/plugins/plugin_list_grid_card.html index faa42708..5ba5b8b3 100644 --- a/qgis-app/plugins/templates/plugins/plugin_list_grid_card.html +++ b/qgis-app/plugins/templates/plugins/plugin_list_grid_card.html @@ -16,7 +16,6 @@ is-flex-direction-column is-justify-content-space-between " - onclick="window.location.href='{% url "plugin_detail" object.package_name %}';" > {% if object|is_new and not object.featured and not object.deprecated %} @@ -64,7 +63,11 @@ {% endif %}
-

{{ object.name }}

+

+ + {{ object.name }} + +

{% if object.author %}

{% trans "by" %} diff --git a/qgis-app/static/style/scss/bulma/components/plugins-list.sass b/qgis-app/static/style/scss/bulma/components/plugins-list.sass index 8313fb30..37822e91 100644 --- a/qgis-app/static/style/scss/bulma/components/plugins-list.sass +++ b/qgis-app/static/style/scss/bulma/components/plugins-list.sass @@ -2,7 +2,7 @@ color: inherit tr:hover background-color: #ECF1F4 - cursor: pointer + // cursor: pointer .rm-past, .rm-future color: black .button @@ -23,9 +23,9 @@ cursor: pointer .plugins-list-grid - .card:hover - background-color: #ECF1F4 - cursor: pointer + // .card:hover + // background-color: #ECF1F4 + // cursor: pointer .card +tablet height: 100%