chore: remove emoji picker (#667)

This commit is contained in:
boojack
2022-12-03 15:28:37 +08:00
committed by GitHub
parent 331226ec68
commit d1007950e0
8 changed files with 5 additions and 106 deletions

View File

@ -17,11 +17,6 @@
top: unset !important;
}
.emoji-picker-react {
@apply !bottom-8;
top: unset !important;
}
.items-wrapper {
@apply mb-1 bottom-full top-auto;
}
@ -96,14 +91,6 @@
@apply hidden ml-1 text-xs leading-5 text-gray-700 border border-gray-300 rounded-xl px-2;
}
}
.emoji-picker-react {
@apply absolute shadow left-6 top-8;
li.emoji::before {
@apply hidden;
}
}
}
}