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