Improve display of emojis

environments/review-emojis-cli-anxy65/deployments/1630
Alex Gleason 2 years ago
parent 963c7898b2
commit 6f21905a8b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -61,7 +61,7 @@
/* Emojis */
[data-markup] img.emojione {
@apply w-5 h-5;
@apply w-5 h-5 m-0;
}
/* Hide Markdown images (Pleroma) */

@ -100,7 +100,7 @@ noscript {
}
.emojione {
@apply w-5 h-5 -mt-[3px] inline;
@apply w-4 h-4 -mt-[0.2ex] mb-[0.2ex] inline-block align-middle object-contain;
}
// Virtuoso empty placeholder fix.

@ -113,9 +113,3 @@ a.button {
margin-right: 0.6em;
}
}
.button--welcome {
.emojione {
margin: -1px 6px 0 -4px;
}
}

@ -8,12 +8,6 @@
}
}
.muted {
.emojione {
opacity: 0.5;
}
}
a.account__display-name {
&:hover strong {
text-decoration: underline;

@ -155,20 +155,6 @@
transition: height 0.4s ease, opacity 0.4s ease;
}
.emojione {
display: inline-block;
font-size: inherit;
vertical-align: middle;
object-fit: contain;
margin: -0.2ex 0.15em 0.2ex;
width: 16px;
height: 16px;
img {
width: auto;
}
}
.image-loader {
position: relative;
width: 100%;

Loading…
Cancel
Save