This commit is contained in:
afornerot 2019-10-21 17:23:25 +02:00
parent ce5552e610
commit 02a8b475f7
1 changed files with 3 additions and 3 deletions

View File

@ -29,12 +29,12 @@
{% endif %}
{% set canadd = false %}
<div class="widgetheader" style="{{ stylewidgetheader }};">
{% set style = "width: 90px;display: block;margin: auto; padding: 10px 0px 10px 0px; position: inherit;height: auto;" %}
<div class="widgetheader" style="{{ stylewidgetheader }}; padding-top:10px;">
{% set style = "margin: auto; display: inherit;background-color:transparent;" %}
{% if icon %}
<img src="/{{ alias }}{{ icon }}" class="avatar big" style="{{ style }}" />
{% else %}
<img src="/{{ alias }}/uploads/icon/icon_users.png" style="{{ style }}" />
<img src="/{{ alias }}/uploads/icon/icon_users.png" class="avatar big" style="{{ style }}" />
{% endif %}
</div>