Add reaction deck row handle
This commit is contained in:
parent
6182325d39
commit
3299b8df9e
2 changed files with 21 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue