git ssb

16+

Dominic / patchbay



Tree: f615fd0a3c6e9a30d42fa265b44af3997347103a

Files: f615fd0a3c6e9a30d42fa265b44af3997347103a / modules_basic / message / confirm.mcss

530 bytesRaw
1MessageConfirm {
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