core: fix overview template for non-rectangular icons
This commit is contained in:
parent
950a1fc77e
commit
bf33828ac1
|
@ -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 %}
|
||||||
|
|
Reference in New Issue