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
This commit is contained in:
commit
a0e1e02cec
|
@ -58,6 +58,11 @@
|
||||||
@apply mb-0;
|
@apply mb-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Emojis */
|
||||||
|
[data-markup] img.emojione {
|
||||||
|
@apply w-5 h-5;
|
||||||
|
}
|
||||||
|
|
||||||
/* Markdown images */
|
/* Markdown images */
|
||||||
[data-markup] img:not(.emojione):not([width][height]) {
|
[data-markup] img:not(.emojione):not([width][height]) {
|
||||||
@apply w-full h-72 object-contain rounded-lg overflow-hidden my-4 block;
|
@apply w-full h-72 object-contain rounded-lg overflow-hidden my-4 block;
|
||||||
|
|
Loading…
Reference in New Issue