Commit d2fc80d053b60b029fe06052bffd46c21ec9caa2
minor fixes: mini messages, private messages
mix irving committed on 1/1/2017, 7:27:00 AMParent: c78c5d3d5885bfa76008faa87ec928eefb399c37
Files changed
modules_basic/message.mcss | changed |
style.css | changed |
modules_basic/message.mcss | ||
---|---|---|
@@ -55,8 +55,10 @@ | ||
55 | 55 … | } |
56 | 56 … | |
57 | 57 … | |
58 | 58 … | -mini { |
59 … | + font-size: .9rem | |
60 … | + justify-content: flex-start | |
59 | 61 … | padding: .25rem .5rem |
60 | 62 … | min-height: inherit |
61 | 63 … | |
62 | 64 … | header.author { |
style.css | ||
---|---|---|
@@ -309,11 +309,16 @@ | ||
309 | 309 … | .avatar--thumbnail { |
310 | 310 … | width: 2.5em; |
311 | 311 … | height: 2.5em; |
312 | 312 … | float: left; |
313 | - margin-right: .5ex; | |
313 … | + margin: 0 .25ex; | |
314 | 314 … | } |
315 | 315 … | |
316 … | +.\.meta .avatar--thumbnail { | |
317 … | + width: 1.9em; | |
318 … | + height: 1.9em; | |
319 … | +} | |
320 … | + | |
316 | 321 … | .avatar--fullsize { |
317 | 322 … | width: 50%; |
318 | 323 … | } |
319 | 324 … |
Built with git-ssb-web