Fix avatar deformation when all widgets are on the left (#454)
This commit is contained in:
parent
3d79ef662b
commit
150f0a7539
|
@ -15,7 +15,7 @@
|
||||||
<div class="level-item has-text-centered">
|
<div class="level-item has-text-centered">
|
||||||
<div>
|
<div>
|
||||||
<% if (get_config_from_obj(widget, 'avatar_rounded')) { %>
|
<% if (get_config_from_obj(widget, 'avatar_rounded')) { %>
|
||||||
<figure class="image container is-128x128 has-mb-6">
|
<figure class="image is-128x128 has-mb-6">
|
||||||
<img class="is-rounded" src="<%= avatar() %>" alt="<%= get_config_from_obj(widget, 'author') %>">
|
<img class="is-rounded" src="<%= avatar() %>" alt="<%= get_config_from_obj(widget, 'author') %>">
|
||||||
</figure>
|
</figure>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
|
|
Loading…
Reference in New Issue