add emoji search in the picker

This commit is contained in:
MathMan05 2025-01-17 14:03:44 -06:00
parent 3ab5327462
commit e7e5a51a6c
2 changed files with 66 additions and 3 deletions

View file

@ -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;