Fix custom emoji width

This commit is contained in:
Mathias Roustan 2023-11-18 18:41:49 +01:00 committed by diondiondion
parent 8ba1487f30
commit 12629d020b

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;
}
@ -6812,7 +6808,6 @@ a.status-card {
line-height: 24px;
.emojione {
width: 24px;
height: 24px;
margin: -1px 0 0;
}
@ -8168,7 +8163,6 @@ noscript {
margin-bottom: 16px;
.emojione {
width: 22px;
height: 22px;
}