git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: a690b3b6fbae95bcc505e502af93903beb3ba86e

Files: a690b3b6fbae95bcc505e502af93903beb3ba86e / example / styles.css

398 bytesRaw
1body {
2 font-family: caption, sans-serif
3}
4
5.Message {
6 padding: 20px;
7 border-bottom: 1px solid #EEE;
8 position: relative;
9}
10
11.Message > header.author {
12 font-weight: bold;
13}
14
15.Message.-mini {
16 display: flex;
17}
18
19.Message.-mini > * {
20 margin-right: 5px;
21}
22
23.Message > section.meta {
24 position: absolute;
25 right: 20px;
26 top: 20px;
27}
28
29.Message > section.actions > a {
30 margin-right: 5px
31}
32

Built with git-ssb-web