Make .emojione styles global again

This commit is contained in:
Alex Gleason 2022-09-30 13:35:26 -05:00
parent d3683ab7ef
commit 6d77e0327f
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 4 additions and 5 deletions

View File

@ -58,11 +58,6 @@
@apply mb-0; @apply mb-0;
} }
/* Inline emojis */
.status-content .emojione {
@apply w-5 h-5 -mt-[3px] inline;
}
/* Markdown images */ /* Markdown images */
.status-content img:not(.emojione):not([width][height]) { .status-content img:not(.emojione):not([width][height]) {
@apply w-full h-72 object-contain rounded-lg overflow-hidden my-5 block; @apply w-full h-72 object-contain rounded-lg overflow-hidden my-5 block;

View File

@ -99,6 +99,10 @@ noscript {
} }
} }
.emojione {
@apply w-5 h-5 -mt-[3px] inline;
}
// Virtuoso empty placeholder fix. // Virtuoso empty placeholder fix.
// https://gitlab.com/petyosi/soapbox-fe/-/commit/1e22c39934b60e5e186de804060ecfdf1955b506 // https://gitlab.com/petyosi/soapbox-fe/-/commit/1e22c39934b60e5e186de804060ecfdf1955b506
div[data-viewport-type="window"] { div[data-viewport-type="window"] {