Made emoji size in scale with text size in channel header (#23743)

This commit is contained in:
Harshil Sharma
2023-06-26 13:13:47 +05:30
committed by GitHub
parent 936e388aac
commit fc684cf84a

View File

@@ -402,6 +402,15 @@
margin: 0;
}
}
.emoticon {
width: 18.8px;
min-width: 18.8px;
max-width: 18.8px;
height: 18.8px;
min-height: 18.8px;
max-height: 18.8px;
}
}
.markdown__heading {