git ssb

16+

Dominic / patchbay



Tree: 5a871755c2cc2fd5aab4e83d3ce13641d29ac377

Files: 5a871755c2cc2fd5aab4e83d3ce13641d29ac377 / app / page / thread.mcss

951 bytesRaw
1Thread {
2 /* background: rgb(244, 234, 255) */
3
4 section.top {
5 /* border-bottom: solid 1px gainsboro */
6
7 // for private threads
8 section.recipients {
9 display: flex
10 justify-content: center
11 align-items: center
12
13 margin-top: .6rem
14 margin-bottom: 0.2rem
15
16 div {
17 margin: 0 .2rem
18
19 a img {
20 width: 2.5rem
21 height: 2.5rem
22 }
23 }
24
25 div.warning a img {
26 width: 3.5rem
27 height: 3.5rem
28 border: 3px red solid
29 }
30 }
31
32 section.info {
33 text-align: center
34
35 margin: .4rem
36
37 font-size: .9rem
38 $textSubtle
39
40 -warning {
41 font-size: 1rem
42 color: #000
43 }
44 }
45 }
46
47 section.content {}
48
49 section.bottom {
50 // copied from Message.-default
51 padding: 1rem 0
52 display: grid
53 grid-template-columns: 6rem 1fr minmax(6rem, auto)
54 grid-gap: 1.5rem
55
56 div.Compose { grid-column: 2 }
57 }
58}
59

Built with git-ssb-web