core: fix overview template for non-rectangular icons
This commit is contained in:
parent
950a1fc77e
commit
bf33828ac1
|
@ -7,6 +7,7 @@
|
|||
<style>
|
||||
img.app-icon {
|
||||
max-height: 72px;
|
||||
width: auto !important;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
|
Reference in New Issue