git ssb

16+

Dominic / patchbay



Commit c493e24e3dd3c7732099cf62acbabe7501d136f3

emoji mini stylefix

mixmix committed on 10/10/2018, 11:37:15 PM
Parent: d7f7025973a74edf124dc7a5e5cf20aa2a013e9b

Files changed

app/styles/mcss/markdown.mcsschanged
app/styles/mcss/markdown.mcssView
@@ -82,13 +82,11 @@
8282 }
8383
8484 (p) {
8585 img.emoji {
86- :first-of-type {
87- :last-of-type {
88- width: 3rem
89- height: 3rem
90- }
86 + :only-child {
87 + width: 3rem
88 + height: 3rem
9189 }
9290 }
9391 }
9492

Built with git-ssb-web