Files: 1462eddad93e346c412fe00dd5fb4468adf1ee04 / modules_basic / message.mcss
481 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 | |
11 | header.author { |
12 | float: left |
13 | display: flex |
14 | flex-direction: column |
15 | } |
16 | |
17 | section.meta { |
18 | float: right |
19 | } |
20 | |
21 | section.content { |
22 | (img) { |
23 | max-width: 100% |
24 | } |
25 | } |
26 | |
27 | section.action { |
28 | display: flex |
29 | justify-content: flex-end |
30 | |
31 | a { |
32 | margin-left: .5em |
33 | } |
34 | } |
35 | |
36 | footer.backlinks { |
37 | |
38 | } |
39 | } |
40 |
Built with git-ssb-web