git ssb

2+

ev / mvd



Commit fe90ab4ac48ab56f56d2f9ddbc4e907e17eeca1c

style updates

Ev Bogue committed on 4/25/2018, 5:05:47 PM
Parent: 6a7ad51c236a5d88863f1dbbd45ee5b6cba6c883

Files changed

style.csschanged
style.css.jsonchanged
style.cssView
@@ -1,30 +1,52 @@
1 +body {
2 + background: black;
3 + font-family: sans-serif;
4 + color: #ddd;
5 + font-size: .9em;
6 +}
7 +
18 .hyperscroll {
29 width: 100%;
310 }
411
12 +a {
13 + color: #f5f5f5;
14 +}
15 +
516 .hyperscroll > .content {
617 max-width: 680px;
718 margin-left: auto;
819 margin-right: auto;
920 }
1021
1122 .message {
1223 display: block;
13- margin-top: .25em;
14- margin-bottom: .25em;
24 + margin: .5em;
25 + background: #111;
26 + padding: .5em;
1527 }
1628
29 +.message img {
30 + max-width: 100%;
31 +}
32 +
1733 .timestamp {
1834 float: right;
1935 }
2036
2137 .avatar--small img {
2238 vertical-align: top;
23- width: 2.5em;
24- height: 2.5em;
39 + width: 1.4em;
40 + height: 1.4em;
41 + margin-right: .2em;
2542 }
2643
44 +.emoji {
45 + width: 1.4em;
46 + vertical-align: top;
47 +}
48 +
2749 pre {
2850 width: 100%;
2951 display: block;
3052 }
style.css.jsonView
@@ -1,1 +1,1 @@
1-".hyperscroll {\n width: 100%;\n}\n\n.hyperscroll > .content {\n max-width: 680px;\n margin-left: auto;\n margin-right: auto;\n}\n\n.message {\n display: block;\n margin-top: .25em;\n margin-bottom: .25em;\n}\n\n.timestamp {\n float: right;\n}\n\n.avatar--small img {\n vertical-align: top;\n width: 2.5em;\n height: 2.5em;\n}\n\npre {\n width: 100%;\n display: block;\n}\n\ncode {\n display: inline-block;\n vertical-align: bottom;\n}\n\ncode, pre {\noverflow: auto;\nword-break: break-all;\nword-wrap: break-word;\nwhite-space: pre;\nwhite-space: -moz-pre-wrap;\nwhite-space: pre-wrap;\nwhite-space: pre\\9;\n}\n\n"
1 +"body {\n background: black;\n font-family: sans-serif;\n color: #ddd;\n font-size: .9em;\n}\n\n.hyperscroll {\n width: 100%;\n}\n\na {\n color: #f5f5f5;\n}\n\n.hyperscroll > .content {\n max-width: 680px;\n margin-left: auto;\n margin-right: auto;\n}\n\n.message {\n display: block;\n margin: .5em;\n background: #111;\n padding: .5em;\n}\n\n.message img {\n max-width: 100%;\n}\n\n.timestamp {\n float: right;\n}\n\n.avatar--small img {\n vertical-align: top;\n width: 1.4em;\n height: 1.4em;\n margin-right: .2em;\n}\n\n.emoji {\n width: 1.4em;\n vertical-align: top;\n}\n\npre {\n width: 100%;\n display: block;\n}\n\ncode {\n display: inline-block;\n vertical-align: bottom;\n}\n\ncode, pre {\noverflow: auto;\nword-break: break-all;\nword-wrap: break-word;\nwhite-space: pre;\nwhite-space: -moz-pre-wrap;\nwhite-space: pre-wrap;\nwhite-space: pre\\9;\n}\n\n"

Built with git-ssb-web