Adjust emoji size

This commit is contained in:
Bojan Mojsilovic 2024-01-18 18:04:11 +01:00
parent a760557d4c
commit 54c327b811

View File

@ -1,7 +1,7 @@
.emojiSuggestions {
position: relative;
display: grid;
grid-template-columns: 50px 50px 50px 50px 50px 50px;
grid-template-columns: 42px 42px 42px 42px 42px 42px;
// width: 322px;
max-height: 200px;
overflow-y: scroll;
@ -11,7 +11,7 @@
border-radius: 8px;
.emojiOption {
height: 50px;
height: 42px;
margin-bottom: 5px;
padding: 2px;
background: none;