Commit 73544b52 authored by Ariel Fuggini's avatar Ariel Fuggini Committed by JC Brand

Fixed emoji click area and emoji picker tabs

parent 5a57ded2
...@@ -76,25 +76,35 @@ ...@@ -76,25 +76,35 @@
padding-bottom: 0.5em; padding-bottom: 0.5em;
} }
li { li {
display: inline-block;
height: calc(var(--font-size-huge) * 1.5);
width: calc(var(--font-size-huge) * 1.5);
overflow: hidden;
margin-left: 0; margin-left: 0;
cursor: pointer;
list-style: none; list-style: none;
position: relative; position: relative;
&.insert-emoji { &.insert-emoji {
margin: 0; margin: 0;
height: 30px; display: block;
width: 32px; text-align: center;
&.selected a { &.selected a {
background-color: var(--highlight-color-darker); background-color: var(--highlight-color-darker);
} }
img { img {
margin-top: 3px; margin: 0 auto;
height: var(--font-size-huge); height: var(--font-size-huge);
width: var(--font-size-huge); width: var(--font-size-huge);
display: inline-block;
vertical-align: baseline;
} }
a { a {
padding: 3px; padding: 3px;
display: inline-block;
font-size: var(--font-size-huge); font-size: var(--font-size-huge);
line-height: calc(var(--font-size-huge) * 1.5);
height: calc(var(--font-size-huge) * 1.5);
width: calc(var(--font-size-huge) * 1.5);
overflow: hidden;
&:hover { &:hover {
background-color: var(--highlight-color-darker); background-color: var(--highlight-color-darker);
} }
...@@ -131,6 +141,7 @@ ...@@ -131,6 +141,7 @@
} }
a { a {
padding: 0.25em; padding: 0.25em;
display: inline-block;
} }
img { img {
height: var(--font-size-huge); height: var(--font-size-huge);
......
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