Files: 038a737d7b268452a2d1ca1cd1e3ade9b5e966ff / modules_basic / message.mcss
584 bytesRaw
1 | Message { |
2 | padding-top: 1em |
3 | padding-bottom: 1em |
4 | border-top: solid 1px gainsboro |
5 | |
6 | -mini { |
7 | padding-top: 0.25rem |
8 | padding-bottom: 0.25rem |
9 | |
10 | section.content { |
11 | clear: none |
12 | } |
13 | } |
14 | |
15 | header.author { |
16 | float: left |
17 | display: flex |
18 | flex-direction: column |
19 | } |
20 | |
21 | section.title { |
22 | float: left |
23 | } |
24 | |
25 | section.meta { |
26 | float: right |
27 | } |
28 | |
29 | section.content { |
30 | clear: both |
31 | |
32 | (img) { |
33 | max-width: 100% |
34 | } |
35 | } |
36 | |
37 | section.action { |
38 | display: flex |
39 | justify-content: flex-end |
40 | |
41 | a { |
42 | margin-left: .5em |
43 | } |
44 | } |
45 | |
46 | footer.backlinks { |
47 | |
48 | } |
49 | } |
50 |
Built with git-ssb-web