git ssb

16+

Dominic / patchbay



Tree: 6502757ce947d02528d2915543f2282906ddfe53

Files: 6502757ce947d02528d2915543f2282906ddfe53 / message / html / layout / mini.mcss

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

Built with git-ssb-web