mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-12-04 14:46:24 -05:00
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;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
img, img.is-32x32 {
|
img.is-32x32 {
|
||||||
float: left;
|
float: left;
|
||||||
max-width: 512px;
|
max-width: 512px;
|
||||||
max-height: auto;
|
max-height: auto;
|
||||||
|
@ -29,7 +29,7 @@ a:visited {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
img, img.is-32x32 {
|
img.is-32x32 {
|
||||||
float: left;
|
float: left;
|
||||||
max-width: 512px;
|
max-width: 512px;
|
||||||
max-height: auto;
|
max-height: auto;
|
||||||
|
@ -159,6 +159,14 @@ img.fav-avatar {
|
|||||||
margin-top: 1ex;
|
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 screen and (max-width: 768px) {
|
||||||
.media {
|
.media {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -163,6 +163,14 @@ img.fav-avatar {
|
|||||||
margin-top: 1ex;
|
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 screen and (max-width: 768px) {
|
||||||
.media {
|
.media {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user