Fix broken custom emoji formatting in brutalist themes

This commit is contained in:
Jason F. McBrayer 2018-09-05 10:40:27 -04:00
parent f31e69b541
commit 7560c2fc59
4 changed files with 18 additions and 2 deletions

View File

@ -165,7 +165,7 @@ a:visited {
text-decoration: underline;
}
img, img.is-32x32 {
img.is-32x32 {
float: left;
max-width: 512px;
max-height: auto;

View File

@ -29,7 +29,7 @@ a:visited {
text-decoration: underline;
}
img, img.is-32x32 {
img.is-32x32 {
float: left;
max-width: 512px;
max-height: auto;

View File

@ -159,6 +159,14 @@ img.fav-avatar {
margin-top: 1ex;
}
img.emoji
{
display: inline;
max-height: 1.5em;
max-width: 1.5em;
vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
.media {
display: block;

View File

@ -163,6 +163,14 @@ img.fav-avatar {
margin-top: 1ex;
}
img.emoji
{
display: inline;
max-height: 1.5em;
max-width: 1.5em;
vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
.media {
display: block;