git ssb

16+

Dominic / patchbay



Tree: e6c835809ff3378173c42cc91fccedf5521f6366

Files: e6c835809ff3378173c42cc91fccedf5521f6366 / modules_core / message-confirm.mcss

552 bytesRaw
1MessageConfirm {
2 section {
3 -preview_description {
4 }
5
6 -message_preview {
7 background-color: white
8
9 div {
10 border: none
11
12 header.author {
13 div {
14 section {
15 -timestamp {
16 display: none
17 }
18 }
19 }
20 }
21
22 section.action {
23 display: none
24 }
25 }
26 }
27
28 -actions {
29 margin-top: 1rem
30 display: flex
31 justify-content: flex-end
32
33 button {
34 margin: 0 0 0 1rem
35 }
36 }
37 }
38}
39
40

Built with git-ssb-web