git ssb

16+

Dominic / patchbay



Tree: b1d27bb56f4c964bcfc04597ab5026aaaa9b57d5

Files: b1d27bb56f4c964bcfc04597ab5026aaaa9b57d5 / message / html / confirm.mcss

578 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 display: none
18 }
19 }
20 }
21 }
22
23 section.action {
24 display: none
25 }
26 }
27 }
28
29 -actions {
30 margin-top: 1rem
31 display: flex
32 justify-content: flex-end
33
34 button {
35 margin: 0 0 0 1rem
36 }
37 }
38 }
39}
40
41
42

Built with git-ssb-web