Merge branch 'bigger-emojis' into 'develop'

Make emojis a lil' bigger, fix emojis being very big when content is only emojis

See merge request soapbox-pub/soapbox!1940
environments/review-develop-3zknud/deployments/1530
Alex Gleason 2 years ago
commit a0e1e02cec

@ -58,6 +58,11 @@
@apply mb-0;
}
/* Emojis */
[data-markup] img.emojione {
@apply w-5 h-5;
}
/* Markdown images */
[data-markup] img:not(.emojione):not([width][height]) {
@apply w-full h-72 object-contain rounded-lg overflow-hidden my-4 block;
@ -68,7 +73,7 @@ body.underline-links [data-markup] a {
@apply underline;
}
[data-markup] .big-emoji img.emojione {
[data-markup].big-emoji img.emojione {
@apply inline w-9 h-9 p-1;
}

Loading…
Cancel
Save