Compare commits

...

2 Commits

Author SHA1 Message Date
marousta
a836601c4a
Merge 12629d020b into e9170e2de1 2025-07-09 17:04:30 +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; font-size: inherit;
vertical-align: middle; vertical-align: middle;
object-fit: contain; object-fit: contain;
margin: -0.2ex 0.15em 0.2ex; margin: -0.2ex 0.15em 0;
width: 16px;
height: 16px; height: 16px;
img { img {
@ -1097,7 +1096,6 @@ body > [data-popper-placement] {
} }
.emojione { .emojione {
width: 20px;
height: 20px; height: 20px;
margin: -3px 0 0; margin: -3px 0 0;
} }
@ -1320,7 +1318,6 @@ body > [data-popper-placement] {
overflow-y: auto; overflow-y: auto;
.emojione { .emojione {
width: 20px;
height: 20px; height: 20px;
margin: -3px 0 0; margin: -3px 0 0;
} }
@ -1730,7 +1727,6 @@ body > [data-popper-placement] {
line-height: 24px; line-height: 24px;
.emojione { .emojione {
width: 24px;
height: 24px; height: 24px;
margin: -1px 0 0; margin: -1px 0 0;
} }
@ -6815,7 +6811,6 @@ a.status-card {
line-height: 24px; line-height: 24px;
.emojione { .emojione {
width: 24px;
height: 24px; height: 24px;
margin: -1px 0 0; margin: -1px 0 0;
} }
@ -8171,7 +8166,6 @@ noscript {
margin-bottom: 16px; margin-bottom: 16px;
.emojione { .emojione {
width: 22px;
height: 22px; height: 22px;
} }