git ssb

10+

Matt McKegg / patchwork



Tree: c730d7ff8e244060d96ea05756ca3fe18e720c99

Files: c730d7ff8e244060d96ea05756ca3fe18e720c99 / styles / dark / profile-header.mcss

826 bytesRaw
1ProfileHeader {
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 -publicKey {
34 pre {
35 color: #808080;
36 margin: 2px 0;
37 font-size: 120%;
38 background: #333333;
39 padding: 3px;
40 ::selection {
41 background: black
42 color: white
43 }
44 }
45 }
46 }
47 }
48}
49

Built with git-ssb-web