git ssb

16+

Dominic / patchbay



Commit cc2435e554c14c59867bd5f8aa9adeb7ae503fb8

use em for emojis

mix irving committed on 5/16/2017, 6:06:07 AM
Parent: e3efce5ef814291ba8bc43f7ffe6b7348feee531

Files changed

app/styles/css/global.jschanged
app/styles/css/global.jsView
@@ -15,10 +15,12 @@
1515 color: #222;
1616 }
1717
1818 .emoji {
19- width: 16px;
20- height: 16px;
19 + height: 1em;
20 + width: 1em;
21 + margin-bottom: .2rem;
22 + vertical-align: middle;
2123 }
2224
2325 h1, h2, h3, h4, h5, h6, p, ul, ol {
2426 margin-top: .35em;

Built with git-ssb-web