Commit 9ed5958b4528f84958df37e404fc8ec072d3632b
really large one-off emoji
mixmix committed on 10/10/2018, 9:33:57 PMParent: a67310f0467e9b58b0c980e5f8c2e806b4239eee
Files changed
app/styles/mcss/markdown.mcss | changed |
app/styles/mcss/markdown.mcss | |||
---|---|---|---|
@@ -80,9 +80,20 @@ | |||
80 | 80 … | vertical-align: middle | |
81 | 81 … | margin-top: -0.2em | |
82 | 82 … | } | |
83 | 83 … | ||
84 … | + (p) { | ||
85 … | + img.emoji { | ||
86 … | + :first-of-type { | ||
87 … | + :last-of-type { | ||
88 … | + width: 3rem | ||
89 … | + height: 3rem | ||
90 … | + } | ||
91 … | + } | ||
92 … | + } | ||
93 … | + } | ||
84 | 94 … | ||
95 … | + | ||
85 | 96 … | h1, h2, h3, h4, h5, h6 { | |
86 | 97 … | margin: 0 | |
87 | 98 … | } | |
88 | 99 … | h1, h2 { |
Built with git-ssb-web