Mercurial > libervia-templates
comparison sat_templates/templates/bulma/chat/select.html @ 234:b54526baef6b
(bulma) chat: fixed typo in classname
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 19 May 2020 18:41:14 +0200 |
parents | 0e69b5843c2f |
children | 1928ba66c194 |
comparison
equal
deleted
inserted
replaced
233:1215a6e2385f | 234:b54526baef6b |
---|---|
12 </div> | 12 </div> |
13 </div> | 13 </div> |
14 </section> | 14 </section> |
15 | 15 |
16 <section class="section"> | 16 <section class="section"> |
17 <div class="columns is-mobile is-muliline"> | 17 <div class="columns is-mobile is-multiline"> |
18 {% for room in rooms %} | 18 {% for room in rooms %} |
19 <div class="column is-2-desktop is-4-touch"> | 19 <div class="column is-2-desktop is-4-touch"> |
20 <div class="card x-is-hoverable"> | 20 <div class="card x-is-hoverable"> |
21 <a href="{{room.url}}"> | 21 <a href="{{room.url}}"> |
22 <div class="card-image is-flex has-items-centered has-padding-1"> | 22 <div class="card-image is-flex has-items-centered has-padding-1"> |