git ssb

10+

Matt McKegg / patchwork



Commit 03158ef331e75bc9f0565e3c8bc867e8168672e5

make emoji scale with font-size

Matt McKegg committed on 10/29/2016, 10:05:06 AM
Parent: 6e261ff42f8531f016cba84d84599b3d73489ff3

Files changed

styles/patchbay-tweaks.csschanged
styles/patchbay-tweaks.cssView
@@ -21,4 +21,11 @@
2121 div.avatar > a.avatar {
2222 display: flex;
2323 font-size: 120%;
2424 }
25 +
26 +img.emoji {
27 + width: 1.5em;
28 + height: 1.5em;
29 + align-content: center;
30 + margin-top: -0.2em;
31 +}

Built with git-ssb-web