Files: a41af216c01e66d28a8128ebe76646738b0bd3a0 / modules_basic / message / author.mcss
450 bytesRaw
1 | MessageAuthor { |
2 | display: flex |
3 | flex-direction: column |
4 | |
5 | section { |
6 | -image { |
7 | margin-bottom: .3rem |
8 | } |
9 | |
10 | -name { |
11 | max-width: 7rem |
12 | a { $textPrimary } |
13 | } |
14 | |
15 | -timestamp { |
16 | |
17 | } |
18 | } |
19 | |
20 | -mini { |
21 | flex-direction: row |
22 | |
23 | section { |
24 | margin-right: .5rem |
25 | |
26 | -name { |
27 | position: initial |
28 | left: initial |
29 | min-width: 6.5rem |
30 | max-width: none |
31 | } |
32 | |
33 | -timestamp { |
34 | |
35 | } |
36 | } |
37 | } |
38 | } |
39 |
Built with git-ssb-web