comparison sat_templates/templates/bulma/components/url_preview.html @ 385:941e4006ab6e

bulma (message): reactions + fixes: - add "reaction" button - fix attachments display - add reaction templates - add reactions to messages - fix "info" messages display
author Goffi <goffi@goffi.org>
date Wed, 22 Nov 2023 15:22:11 +0100
parents 095bd5b34080
children
comparison
equal deleted inserted replaced
384:4e050f67c079 385:941e4006ab6e
1 1
2 {% if url_preview %} 2 {% if url_preview %}
3 3
4 <div id="url-preview" class="box m-2 url-preview has-background-light"> 4 <div id="url-preview" class="box my-2 url-preview has-background-light">
5 <div class="has-text-right"> 5 <div class="has-text-right">
6 <span class="tag is-dark is-rounded is-fullwidth-mobile has-text-centered-mobile mb-2"> 6 <span class="tag is-dark is-rounded is-fullwidth-mobile has-text-centered-mobile mb-2">
7 {% trans %}Preview{% endtrans %} 7 {% trans %}Preview{% endtrans %}
8 </span> 8 </span>
9 </div> 9 </div>