custom emoji picker
merges fbb7ed3c9c (diff-beb98739004ececc621a1ab4a177e04f96d8d358c215716df0dcf1e1cb0f453c)
and makes it fully functional along with CSS fixes
This commit is contained in:
parent
96faadddd0
commit
ece9ebceb5
8 changed files with 174 additions and 60 deletions
|
@ -1594,6 +1594,7 @@ form div{
|
|||
justify-content: space-evenly;
|
||||
border:solid var(--black) .03in;
|
||||
flex-shrink:0;
|
||||
align-items: center;
|
||||
}
|
||||
.emojiTitle{
|
||||
padding: .03in;
|
||||
|
@ -1607,7 +1608,7 @@ form div{
|
|||
display:flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
align-content: stretch;
|
||||
align-content: flex-start;
|
||||
justify-content: space-evenly;
|
||||
/* height: 100%; */
|
||||
overflow-y: scroll;
|
||||
|
@ -1720,4 +1721,11 @@ form div{
|
|||
#settings{
|
||||
width:.225in;
|
||||
margin:.05in;
|
||||
}
|
||||
.emojiSelect > .emoji-server {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
.emojirow{
|
||||
flex-grow:0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue