mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Fix broken custom emoji formatting in brutalist themes
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user