Make emoji dimensions consistent

This commit is contained in:
itepechi 2023-09-07 06:28:00 +09:00
parent 792644344c
commit ac3598116f
2 changed files with 3 additions and 19 deletions

View File

@ -61,12 +61,7 @@
}
&-user-name {
img {
object-fit: contain;
height: 16px;
width: 16px;
vertical-align: middle;
}
--emoji-size: 1em;
}
&-user-name-value {

View File

@ -94,7 +94,7 @@
text-overflow: ellipsis;
--_still_image-label-scale: 0.25;
--emoji-size: 14px;
--emoji-size: 1em;
}
.status-favicon {
@ -107,7 +107,7 @@
margin-bottom: 0.5em;
.emoji {
--emoji-size: 16px;
--emoji-size: 1em;
}
}
@ -136,10 +136,6 @@
min-width: 0;
flex-wrap: wrap;
img {
aspect-ratio: 1 / 1;
}
.nowrap {
display: flex;
align-items: end;
@ -280,13 +276,6 @@
.repeater-name {
text-overflow: ellipsis;
margin-right: 0;
.emoji {
width: 14px;
height: 14px;
vertical-align: middle;
object-fit: contain;
}
}
.status-fadein {