git ssb

16+

Dominic / patchbay



Tree: 32f3b3b65f755773019450067162f65fffd00e6f

Files: 32f3b3b65f755773019450067162f65fffd00e6f / modules_basic / message-author.mcss

282 bytesRaw
1MessageAuthor {
2 display: flex
3 flex-direction: column
4
5 section {
6 -image {
7 margin-bottom: .3rem
8 }
9
10 -name {
11 a { color: black }
12 }
13
14 -timestamp {
15
16 }
17 }
18
19 -mini {
20 flex-direction: row
21
22 section {
23 margin-right: 1rem;
24 }
25 }
26}
27

Built with git-ssb-web