Files: 865c9963e0dbafc3967d90ab8cb10720bc68af62 / style.css
583 bytesRaw
1 | .hyperscroll { |
2 | width: 100%; |
3 | } |
4 | |
5 | .hyperscroll > .content { |
6 | max-width: 680px; |
7 | margin-left: auto; |
8 | margin-right: auto; |
9 | } |
10 | |
11 | .message { |
12 | display: block; |
13 | margin-top: .25em; |
14 | margin-bottom: .25em; |
15 | } |
16 | |
17 | .timestamp { |
18 | float: right; |
19 | } |
20 | |
21 | .avatar--small img { |
22 | vertical-align: top; |
23 | width: 2.5em; |
24 | height: 2.5em; |
25 | } |
26 | |
27 | pre { |
28 | width: 100%; |
29 | display: block; |
30 | } |
31 | |
32 | code { |
33 | display: inline-block; |
34 | vertical-align: bottom; |
35 | } |
36 | |
37 | code, pre { |
38 | overflow: auto; |
39 | word-break: break-all; |
40 | word-wrap: break-word; |
41 | white-space: pre; |
42 | white-space: -moz-pre-wrap; |
43 | white-space: pre-wrap; |
44 | white-space: pre\9; |
45 | } |
46 | |
47 |
Built with git-ssb-web