Make .emojione styles global again
This commit is contained in:
parent
d3683ab7ef
commit
6d77e0327f
|
@ -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;
|
||||||
|
|
|
@ -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"] {
|
||||||
|
|
Loading…
Reference in New Issue