make emojis same size as text

This commit is contained in:
Aadil Ayub 2022-01-12 16:41:44 +06:00
parent 5dbea02ea5
commit edf23250d5
1 changed files with 4 additions and 0 deletions

View File

@ -700,3 +700,7 @@ aside {
.disabled {
background-color: black;
}
.emoji {
font-size: 1em;
}