UX: reduce lines in emoji picker

This makes it much easier to find the search box
This commit is contained in:
Sam 2018-05-01 14:44:15 +10:00
parent 727f90023f
commit 81f048612e

View File

@ -59,12 +59,13 @@ img.emoji {
.emoji-picker .section-header {
padding: 8px;
margin-bottom: 4px;
padding-bottom: 4px;
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
margin-top: 2px;
margin-bottom: 0px;
padding-bottom: 0px;
justify-content: space-between;
display: flex;
align-items: center;
font-weight: bold;
}
.emoji-picker .section-header .title {