add emoji search in the picker
This commit is contained in:
parent
3ab5327462
commit
e7e5a51a6c
2 changed files with 66 additions and 3 deletions
|
@ -1702,6 +1702,16 @@ img.bigembedimg {
|
|||
gap: 8px;
|
||||
box-sizing: border-box;
|
||||
user-select: none;
|
||||
input{
|
||||
width:1in;
|
||||
position:absolute;
|
||||
right:8px;
|
||||
top:2px;
|
||||
transition: width .2s;
|
||||
}
|
||||
}
|
||||
.emojiHeading{
|
||||
height:.25in;
|
||||
}
|
||||
.emojiTitle {
|
||||
font-size: 1.2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue