Mercurial > libervia-templates
comparison sat_templates/templates/bulma/forum/view_topics.html @ 246:1928ba66c194
bulma: replaced custom styles by new spacing helpers
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 19 Jun 2020 17:57:13 +0200 |
parents | 0e69b5843c2f |
children | bfb0d5829728 |
comparison
equal
deleted
inserted
replaced
245:10278ba367a2 | 246:1928ba66c194 |
---|---|
18 </div> | 18 </div> |
19 </div> | 19 </div> |
20 {% endif %} | 20 {% endif %} |
21 | 21 |
22 <section class="section"> | 22 <section class="section"> |
23 <div class="has-background-white has-padding-1"> | 23 <div class="has-background-white px-1 py-1"> |
24 {% for topic in topics %} | 24 {% for topic in topics %} |
25 <div class="media has-items-vcentered"> | 25 <div class="media has-items-vcentered"> |
26 <div class="media-left"> | 26 <div class="media-left"> |
27 {{ avatar.avatar(topic.author) }} | 27 {{ avatar.avatar(topic.author) }} |
28 </div> | 28 </div> |