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