Mercurial > libervia-templates
diff sat_templates/templates/bulma/components/avatar.html @ 405:5016fb0ff62f default tip
Blog redesign: work in progress redesign of the blog.
Some templates have been moved from chat to components to be re-used in other features,
like blog here.
Blog follows same global design as chat with a left panel to search/open blogs.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 21 May 2025 15:41:00 +0200 |
parents | 65c53ec5e777 |
children |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/components/avatar.html Tue May 06 00:37:41 2025 +0200 +++ b/sat_templates/templates/bulma/components/avatar.html Wed May 21 15:41:00 2025 +0200 @@ -3,7 +3,7 @@ {% set identity = identities.get(jid) %} {%- if identity and identity.avatar.filename %} <div class="avatar image {{class}}"> - <img src="/cache/common/{{identity.avatar.filename}}"> + <img class="is-rounded" src="/cache/common/{{identity.avatar.filename}}"> </div> {% else %} {% set nick = identity.nicknames[0] if identity.nicknames else jid %}