comparison sat_templates/templates/bulma/blog/item.html @ 251:80cfec962b1e

bulma (blog): more padding
author Goffi <goffi@goffi.org>
date Thu, 16 Jul 2020 09:08:34 +0200
parents 40fccd3b7cf0
children ae365c036a58
comparison
equal deleted inserted replaced
250:e0a30db831a1 251:80cfec962b1e
13 13
14 {% if item.language and locale and locale.language != item.language %} 14 {% if item.language and locale and locale.language != item.language %}
15 {# we may display items in different language in a specific way #} 15 {# we may display items in different language in a specific way #}
16 {% set other_lang = " other_lang" if expanded else " other_lang state_init" %} 16 {% set other_lang = " other_lang" if expanded else " other_lang state_init" %}
17 {% endif %} 17 {% endif %}
18 <article id="{{item.id}}" class="media has-background-white px-1 py-1" > 18 <article id="{{item.id}}" class="media has-background-white px-4 py-3" >
19 {% if identities is defined %} 19 {% if identities is defined %}
20 {% if avatar is defined %} 20 {% if avatar is defined %}
21 <div class="media-left"> 21 <div class="media-left">
22 {{ avatar.avatar(item.author_jid) }} 22 {{ avatar.avatar(item.author_jid) }}
23 </div> 23 </div>