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