Compare commits

...

2 Commits

Author SHA1 Message Date
marousta
6595a13f4b
Merge 12629d020b into 94bceb8683 2025-07-11 14:03:35 +00:00
Mathias Roustan
12629d020b Fix custom emoji width 2025-06-24 17:21:59 +02:00

View File

@ -1054,8 +1054,7 @@ body > [data-popper-placement] {
font-size: inherit;
vertical-align: middle;
object-fit: contain;
margin: -0.2ex 0.15em 0.2ex;
width: 16px;
margin: -0.2ex 0.15em 0;
height: 16px;
img {
@ -1097,7 +1096,6 @@ body > [data-popper-placement] {
}
.emojione {
width: 20px;
height: 20px;
margin: -3px 0 0;
}
@ -1320,7 +1318,6 @@ body > [data-popper-placement] {
overflow-y: auto;
.emojione {
width: 20px;
height: 20px;
margin: -3px 0 0;
}
@ -1730,7 +1727,6 @@ body > [data-popper-placement] {
line-height: 24px;
.emojione {
width: 24px;
height: 24px;
margin: -1px 0 0;
}
@ -6815,7 +6811,6 @@ a.status-card {
line-height: 24px;
.emojione {
width: 24px;
height: 24px;
margin: -1px 0 0;
}
@ -8171,7 +8166,6 @@ noscript {
margin-bottom: 16px;
.emojione {
width: 22px;
height: 22px;
}