core: fix overview template for non-rectangular icons

This commit is contained in:
Jens Langhammer 2020-09-17 10:44:10 +02:00
parent 950a1fc77e
commit bf33828ac1
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<style> <style>
img.app-icon { img.app-icon {
max-height: 72px; max-height: 72px;
width: auto !important;
} }
</style> </style>
{% endblock %} {% endblock %}