Files: 52922a4cd9a0eb4dfa4e61033be7a2fb037818ac / styles / dark / profile-header.mcss
551 bytesRaw
1 | ProfileHeader { |
2 | display: flex; |
3 | width: 100%; |
4 | max-width: 700px; |
5 | margin: 20px auto; |
6 | |
7 | div.image { |
8 | width: 200px; |
9 | max-height: 200px; |
10 | margin-right: 20px; |
11 | |
12 | img { |
13 | width: 100% |
14 | border-radius: 3px |
15 | } |
16 | } |
17 | |
18 | div.main { |
19 | flex: 1 |
20 | div.title { |
21 | display: flex |
22 | h1 { |
23 | flex: 1 |
24 | } |
25 | } |
26 | section { |
27 | -description { |
28 | font-size: 120% |
29 | max-height: 350px |
30 | overflow: auto |
31 | -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 90%, rgba(0,0,0,0)); |
32 | } |
33 | } |
34 | } |
35 | } |
36 |
Built with git-ssb-web