comparison sat_templates/templates/bulma/static/styles.css @ 303:877f01720036

bulma (lists): creation, invitations, item deletion: - add interface to create lists from templates - show list specific icon when available in lists discovery - owned lists can be deleted from lists discovery - lists can now be created from templates - when edition is allowed, a delete button let now delete a list item from single item view - new button to launch invitation manager from list overview
author Goffi <goffi@goffi.org>
date Sat, 20 Feb 2021 13:39:11 +0100
parents 75f1cd6da46e
children 27511c821481
comparison
equal deleted inserted replaced
302:60979d67eae7 303:877f01720036
18 overflow: hidden; 18 overflow: hidden;
19 } 19 }
20 20
21 .has-whitespace-pre-wrap { 21 .has-whitespace-pre-wrap {
22 white-space: pre-wrap; 22 white-space: pre-wrap;
23 }
24
25 .has-whitespace-pre-line {
26 white-space: pre-line;
23 } 27 }
24 28
25 .is-avatar { 29 .is-avatar {
26 height: 64px; 30 height: 64px;
27 width: 64px; 31 width: 64px;