From a3619d1d3aa3644a30c56056fd27890d06cc48de Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 7 Apr 2022 09:07:38 +0200 Subject: Fixed first plugin button being smaller than the other ones --- plugin_loader/templates/plugin_view.html | 58 ++++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/plugin_loader/templates/plugin_view.html b/plugin_loader/templates/plugin_view.html index 2187edae..c95f00fb 100644 --- a/plugin_loader/templates/plugin_view.html +++ b/plugin_loader/templates/plugin_view.html @@ -25,34 +25,35 @@ {% endif %}
-
- {% for plugin in plugins %} - {% if plugin.tile_view_html|length %} -
- - + {% for plugin in plugins %} + {% if plugin.tile_view_html|length %} +
+
+ + +
{% else %}
@@ -68,5 +69,4 @@
{% endif %} {% endfor %} -
-- cgit v1.2.3