git ssb

16+

Dominic / patchbay



Tree: fd0e5304bd3777aa0d1bedb42467e378508b89cd

Files: fd0e5304bd3777aa0d1bedb42467e378508b89cd / message / html / layout / mini.mcss

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

Built with git-ssb-web