Add reaction deck row handle

This commit is contained in:
KMY 2023-05-28 08:55:24 +09:00
parent 6182325d39
commit 3299b8df9e
2 changed files with 21 additions and 4 deletions

View file

@ -7544,11 +7544,25 @@ noscript {
}
}
.reaction_deck_container {
&__row {
display: flex;
height: 32px;
margin: 8px 16px 12px 4px;
.handle {
font-size: 24px;
}
.reaction_deck__emoji {
flex: 1;
}
}
}
.reaction_deck__emoji {
&__wrapper {
display: flex;
margin: 8px 16px 8px 4px;
height: 32px;
.emojione {
min-width: 24px;