git ssb

16+

Dominic / patchbay



Tree: 54379731e6002dd982eab86febf0b7d4872a5ff8

Files: 54379731e6002dd982eab86febf0b7d4872a5ff8 / message / html / layout / mini.mcss

724 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 /* TODO - bring style inline with default.mcss */
10
11 section.timestamp {
12 order: 0
13 position: initial
14 left: initial
15 min-width: 5.5rem
16 }
17
18 header.author {
19 order: 1
20 margin-right: .5rem
21
22 position: initial
23 left: initial
24 top: initial
25 }
26
27
28 section.content {
29 order: 2
30 flex-basis: initial
31 flex-grow: 1
32
33 margin-top: 0
34 }
35
36 section.meta {
37 order: 3
38
39 display: flex
40 justify-content: flex-end
41 align-items: center
42
43
44 i, div, a {
45 margin-left: .5rem
46 }
47 }
48
49 section.raw-content {
50 order: 4
51 margin-left: 0
52 }
53}
54

Built with git-ssb-web