mirror of https://github.com/vector-im/riot-web
Fix font size of spaces between big emoji (#7675)
parent
b5a56698d6
commit
53aca69594
|
@ -386,9 +386,13 @@ $left-gutter: 64px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_bigEmoji .mx_Emoji {
|
.mx_EventTile_bigEmoji {
|
||||||
font-size: 48px !important;
|
font-size: 48px;
|
||||||
line-height: 57px;
|
line-height: 57px;
|
||||||
|
|
||||||
|
.mx_Emoji {
|
||||||
|
font-size: inherit !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_content .mx_EventTile_edited {
|
.mx_EventTile_content .mx_EventTile_edited {
|
||||||
|
|
Loading…
Reference in New Issue