git ssb

16+

Dominic / patchbay



Tree: 1a1110c2e82bfc339186396f16b13e1ed2425d4c

Files: 1a1110c2e82bfc339186396f16b13e1ed2425d4c / message / html / layout / mini.mcss

601 bytesRaw
1Message {
2 -mini {
3 font-size: .9rem
4 justify-content: flex-start
5 padding: .25rem .5rem
6 min-height: inherit
7
8 header.author {
9 order: 0
10 position: initial
11 left: initial
12 min-width: 5.5rem
13 }
14
15 section.timestamp {
16 order: 1
17 margin-right: .5rem
18
19 position: initial
20 left: initial
21 top: initial
22 }
23
24 section.content {
25 order: 2
26 flex-basis: initial
27 flex-grow: 1
28
29 margin-top: 0
30 }
31
32 section.meta {
33 order: 3
34 }
35
36 section.raw-content {
37 order: 4
38 margin-left: 0
39 }
40 }
41}
42

Built with git-ssb-web