git ssb

16+

Dominic / patchbay



Tree: 5db5f5879a68ea7da4a9376e6e95b8ef07522e10

Files: 5db5f5879a68ea7da4a9376e6e95b8ef07522e10 / modules_basic / message.mcss

1013 bytesRaw
1Message {
2 padding: 1rem .5rem 1rem 7.5rem
3 border-top: solid 1px gainsboro
4 min-height: 5rem
5
6 position: relative
7 display: flex
8 flex-direction: row
9 flex-wrap: wrap
10 justify-content: flex-end
11
12 header.author {
13 position: absolute
14 left: .5rem
15 }
16
17 section.title {
18 flex-grow: 1
19 font-size: .9rem
20 }
21
22 section.meta {
23 display: flex
24 a {
25 margin-left: .2rem
26 $text-subtle
27 }
28
29 input{
30 margin-right: 0
31 order: 99
32 }
33 }
34
35 section.content {
36 flex-basis: 100%
37
38 (img) {
39 max-width: 100%
40 }
41 }
42
43 section.action {
44 flex-basis: 100%
45 display: flex
46 justify-content: flex-end
47
48 a {
49 margin-left: .5em
50 }
51 }
52
53 footer.backlinks {
54
55 }
56
57
58 -mini {
59 padding: .25rem .5rem
60 min-height: inherit
61
62 header.author {
63 order: 0
64 position: initial
65 left: initial
66 }
67
68 section.content {
69 order: 1
70 flex-basis: initial
71 flex-grow: 1
72 }
73
74 section.meta {
75 order: 2
76 }
77 }
78}
79

Built with git-ssb-web