annotate sat_templates/templates/bulma/static/list.css @ 400:140690a18b63 default tip

call: group call design: Design for group call (which is used for both group call and A/V conferences) has been improved to: - have a working fullscreen button; - have a better display of peer users in grid, with responsive design; - have a nicer design for peer user, and adding avatar/nickname as overlay on the bottom of the video stream; - add a way to (un)pin a peer user, which make is appear on the whole width on top of the grid. rel 448 HG<S-Insert>: changed sat_templates/templates/bulma/call/group_peer.html
author Goffi <goffi@goffi.org>
date Tue, 06 Aug 2024 23:50:17 +0200
parents 977037f5ac81
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
309
27511c821481 bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff changeset
1 .list-item-closed {
27511c821481 bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff changeset
2 text-decoration: line-through #dd0000 0.3em;
27511c821481 bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff changeset
3 color: hsl(0, 0%, 48%);
27511c821481 bulma (list/overview): use specialised view for `grocery` list
Goffi <goffi@goffi.org>
parents:
diff changeset
4 }
331
0c9f8bd0fc20 bulma (static/list): decoration for closed items in generic view
Goffi <goffi@goffi.org>
parents: 309
diff changeset
5
341
977037f5ac81 (bulma) CSS: use line-through decoration on title when viewing single list item
Goffi <goffi@goffi.org>
parents: 331
diff changeset
6 .status_closed>.title, .list-item.status_closed .xmlui_field__title {
331
0c9f8bd0fc20 bulma (static/list): decoration for closed items in generic view
Goffi <goffi@goffi.org>
parents: 309
diff changeset
7 text-decoration: line-through #000 0.2em;
0c9f8bd0fc20 bulma (static/list): decoration for closed items in generic view
Goffi <goffi@goffi.org>
parents: 309
diff changeset
8 color: hsl(0, 0%, 48%);
0c9f8bd0fc20 bulma (static/list): decoration for closed items in generic view
Goffi <goffi@goffi.org>
parents: 309
diff changeset
9 }