Files: 49eec82c7891d936a2052acbedce9e6971b79933 / app / page / userShow.mcss
1215 bytesRaw
1 | Page -userShow { |
2 | div.content { padding: 0 } |
3 | |
4 | div.Scroller.content { |
5 | section.top { |
6 | section.about { |
7 | margin-top: 4rem |
8 | margin-bottom: 4rem |
9 | |
10 | display: flex |
11 | flex-direction: column |
12 | align-items: center |
13 | |
14 | img.Avatar { |
15 | } |
16 | div.introduction { |
17 | $maxWidthSmaller |
18 | text-align: center |
19 | } |
20 | |
21 | h1 { |
22 | font-weight: 300 |
23 | font-size: 1rem |
24 | |
25 | display: flex |
26 | div.Link { |
27 | margin-left: .5rem |
28 | } |
29 | } |
30 | |
31 | div.actions { |
32 | display: flex |
33 | |
34 | div.Follow { |
35 | margin-right: 1rem |
36 | } |
37 | |
38 | div.directMessage { |
39 | } |
40 | |
41 | div.Block { |
42 | margin-left: 1rem |
43 | } |
44 | } |
45 | } |
46 | } |
47 | |
48 | section.content { |
49 | background-color: #fff |
50 | $maxWidth |
51 | margin: .8rem auto |
52 | padding: .5rem 2rem |
53 | |
54 | display: flex |
55 | flex-wrap: wrap |
56 | |
57 | div.BlogCard { |
58 | flex-basis: 100% |
59 | border-bottom: 1px solid rgba(0,0,0, .1) |
60 | /* margin-bottom: .5rem */ |
61 | |
62 | div.context { |
63 | div.Link { display: none } |
64 | div.name { display: none } |
65 | } |
66 | } |
67 | } |
68 | } |
69 | } |
70 | |
71 |
Built with git-ssb-web