Files: 103c9cb09aa9eb239d03b8d79511054d4391d90b / modules_basic / message / confirm.mcss
530 bytesRaw
1 | MessageConfirm { |
2 | section { |
3 | -preview_description { |
4 | } |
5 | |
6 | -message_preview { |
7 | background-color: white |
8 | |
9 | div { |
10 | header.author { |
11 | div { |
12 | section { |
13 | -timestamp { |
14 | display: none |
15 | } |
16 | } |
17 | } |
18 | } |
19 | |
20 | section.action { |
21 | display: none |
22 | } |
23 | } |
24 | } |
25 | |
26 | -actions { |
27 | margin-top: 1rem |
28 | display: flex |
29 | justify-content: flex-end |
30 | |
31 | button { |
32 | margin: 0 0 0 1rem |
33 | } |
34 | } |
35 | } |
36 | } |
37 | |
38 |
Built with git-ssb-web