1
0
Fork 0
forked from gitea/nas

Add reaction deck

This commit is contained in:
KMY 2023-05-26 15:15:48 +09:00
parent db5c358f4f
commit f1625fe101
24 changed files with 404 additions and 13 deletions

View file

@ -7544,6 +7544,26 @@ noscript {
}
}
.reaction_deck__emoji {
&__wrapper {
display: flex;
margin: 8px 4px;
height: 32px;
.emojione {
min-width: 24px;
height: 24px;
}
.emoji-button {
margin-left: 20px;
margin-right: 24px;
padding: 0;
}
}
}
.focal-point {
position: relative;
cursor: move;