git ssb

2+

mixmix / ticktack



Tree: 680732062c0d08b82953e62e36211cafffa71270

Files: 680732062c0d08b82953e62e36211cafffa71270 / app / html / comments.mcss

1280 bytesRaw
1Comments {
2 margin: 0 1.5rem
3
4 div.Comment {}
5
6 div.Compose {
7 margin-bottom: 1.5rem
8 }
9}
10
11Comment {
12 display: flex
13
14 div.left {
15 margin-right: 1rem
16
17 div.Avatar {}
18 }
19
20 div.right {
21 flex-grow: 1
22
23 border-bottom: 1px solid gainsboro
24 padding-bottom: 1rem
25 margin-bottom: 1rem
26
27 section.context {
28 display: flex
29 align-items: baseline
30
31 div.name {
32 font-size: 1.2rem
33 margin-right: 1rem
34 }
35 div.Timeago {}
36 }
37
38 section.content {
39 font-size: .9rem
40 line-height: 1.4
41 div.Markdown {}
42 }
43
44 section.actions {
45 font-size: 1rem
46 color: #555
47 margin-right: .5rem
48
49 display: flex
50 justify-content: flex-end
51 align-items: baseline
52
53 div.reply {
54 cursor: pointer
55
56 margin-right: 1.5rem
57 i.fa {}
58 }
59
60 div.Likes {
61 min-width: 2.5rem
62
63 display: flex
64 align-items: center
65
66 i.fa { margin-right: .3rem }
67 div.count {}
68 }
69 }
70
71 div.Compose {
72 margin: 1rem 0
73 }
74 }
75}
76
77Comment -nested {
78 padding: 1rem 1rem 0 1rem
79 $backgroundPrimaryText
80 $roundTop
81 $roundBottom
82
83 margin-bottom: 1rem
84
85 div.left { margin: 0 }
86 div.right {
87 padding: 0
88 border: 0
89 margin: 0
90
91 }
92}
93
94

Built with git-ssb-web