Commit cfbdc151 authored by Ariel Fuggini's avatar Ariel Fuggini Committed by JC Brand

Fixed image based emojis' size

parent b90508db
......@@ -178,6 +178,14 @@
#conversejs.converse-overlayed {
.chatbox {
.emoji-picker__header {
.emoji-category {
img {
height: var(--font-size) !important;
width: var(--font-size) !important;
}
}
}
.emoji-picker.toolbar-menu {
li {
&.insert-emoji {
......@@ -194,6 +202,10 @@
height: calc(var(--font-size) * 1.5);
width: calc(var(--font-size) * 1.5);
}
img {
height: var(--font-size);
width: var(--font-size);
}
}
}
.emoji-skintone-picker {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment