Fixed first plugin button being smaller than the other ones

This commit is contained in:
WerWolv
2022-04-07 09:07:38 +02:00
parent 3a39c88144
commit a3619d1d3a
+2 -2
View File
@@ -25,9 +25,9 @@
{% endif %} {% endif %}
<div class="quickaccessmenu_TabGroupPanel_1QO7b Panel Focusable"> <div class="quickaccessmenu_TabGroupPanel_1QO7b Panel Focusable">
<div class="quickaccesscontrols_PanelSectionRow_26R5w">
{% for plugin in plugins %} {% for plugin in plugins %}
{% if plugin.tile_view_html|length %} {% if plugin.tile_view_html|length %}
<div class="quickaccesscontrols_PanelSectionRow_26R5w">
<div onclick="loadPlugin('{{ plugin.name }}')" <div onclick="loadPlugin('{{ plugin.name }}')"
class="basicdialog_Field_ugL9c basicdialog_WithChildrenBelow_1RjOd basicdialog_InlineWrapShiftsChildrenBelow_3a6QZ basicdialog_ExtraPaddingOnChildrenBelow_2-owv basicdialog_StandardPadding_1HrfN basicdialog_HighlightOnFocus_1xh2W Panel Focusable" class="basicdialog_Field_ugL9c basicdialog_WithChildrenBelow_1RjOd basicdialog_InlineWrapShiftsChildrenBelow_3a6QZ basicdialog_ExtraPaddingOnChildrenBelow_2-owv basicdialog_StandardPadding_1HrfN basicdialog_HighlightOnFocus_1xh2W Panel Focusable"
style="--indent-level:0;"> style="--indent-level:0;">
@@ -54,6 +54,7 @@
})(); })();
</script> </script>
</div> </div>
</div>
{% else %} {% else %}
<div class="quickaccesscontrols_PanelSectionRow_26R5w"> <div class="quickaccesscontrols_PanelSectionRow_26R5w">
<div onclick="loadPlugin('{{ plugin.name }}')" <div onclick="loadPlugin('{{ plugin.name }}')"
@@ -69,4 +70,3 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</div> </div>
</div>