git ssb

16+

Dominic / patchbay



Commit 17137bf4950b512a952c46b8d1a92203756ed979

Fix the size of emojis

Anders Rune Jensen committed on 4/21/2017, 6:32:02 PM
Parent: 2eb2478a892562eec4fc89c6bb079c0f4be4c6a4

Files changed

app/styles/css/global.jschanged
app/styles/css/global.jsView
@@ -14,8 +14,13 @@
1414 font-family: sans-serif;
1515 color: #222;
1616 }
1717
18 +.emoji {
19 + width: 16px;
20 + height: 16px;
21 +}
22 +
1823 h1, h2, h3, h4, h5, h6, p, ul, ol {
1924 margin-top: .35em;
2025 }
2126

Built with git-ssb-web