git ssb

16+

Dominic / patchbay



Tree: 986cedd0cc27e78e8a980bb808319b949529f6c4

Files: 986cedd0cc27e78e8a980bb808319b949529f6c4 / message / html / confirm.mcss

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

Built with git-ssb-web