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
ads-account
Alex Gleason 2022-11-25 22:21:56 +00:00
commit a0e1e02cec
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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;
}