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

Fixed emojis in overlayed view

parent 73544b52
......@@ -181,14 +181,18 @@
.emoji-picker.toolbar-menu {
li {
&.insert-emoji {
height: 20px;
width: 20px;
height: calc(var(--font-size) * 1.5);
width: calc(var(--font-size) * 1.5);
}
}
.emoji-picker {
.insert-emoji {
a {
font-size: var(--font-size);
line-height: calc(var(--font-size) * 1.5);
padding: 0;
height: calc(var(--font-size) * 1.5);
width: calc(var(--font-size) * 1.5);
}
}
}
......
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