Fix broken custom emoji formatting in brutalist themes
This commit is contained in:
parent
f31e69b541
commit
7560c2fc59
|
@ -165,7 +165,7 @@ a:visited {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
img, img.is-32x32 {
|
||||
img.is-32x32 {
|
||||
float: left;
|
||||
max-width: 512px;
|
||||
max-height: auto;
|
||||
|
|
|
@ -29,7 +29,7 @@ a:visited {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
img, img.is-32x32 {
|
||||
img.is-32x32 {
|
||||
float: left;
|
||||
max-width: 512px;
|
||||
max-height: auto;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue