git ssb

16+

Dominic / patchbay



Commit 416bd419c5213ab41ae675ce592e485b8d9aef75

save space in styles

Ev Bogue committed on 10/24/2016, 10:50:28 PM
Parent: e0d97dd9cb07f8689612e7ef80e548c380c5a744

Files changed

style.csschanged
style.cssView
@@ -1,9 +1,20 @@
11 body {
2- font-family: sans-serif;
2 + font-family: 'Source Sans Pro', sans-serif;
33 background: #f5f5f5;
44 }
55
6 +h1, h2, h3, h4, h5, h6, p, ul, ol {
7 + margin-top: .35em;
8 +}
9 +
10 +h1 { font-size: 1.2em; }
11 +h2 { font-size: 1.18em; }
12 +h3 { font-size: 1.15em; }
13 +h4 { font-size: 1.12em; }
14 +h5 { font-size: 1.1em; }
15 +h6 { font-size: 1em; }
16 +
617 * {
718 word-break: break-word;
819 }
920
@@ -165,9 +176,9 @@
165176 /* messages */
166177
167178 .message {
168179 background: white;
169- display: block;
180 + position: relative;
170181 flex-basis: 0;
171182 word-wrap: break-word;
172183 display: inline-block;
173184 margin-bottom: 1em;
@@ -199,9 +210,10 @@
199210 margin-left: .5ex;
200211 }
201212
202213 .message_actions {
203- float: right;
214 + position: absolute;
215 + bottom: 0; right: 0;
204216 margin-right: .5ex;
205217 margin-bottom: .5ex;
206218 }
207219

Built with git-ssb-web