Fix: 絵文字リアクションボタンが右にずれる問題
This commit is contained in:
parent
429469b1ca
commit
a877e6486d
2 changed files with 10 additions and 8 deletions
|
@ -1524,6 +1524,10 @@ body > [data-popper-placement] {
|
|||
&:last-child {
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
&__blank {
|
||||
width: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
&--first-in-thread {
|
||||
|
@ -1767,10 +1771,6 @@ body > [data-popper-placement] {
|
|||
align-items: center;
|
||||
gap: 18px;
|
||||
margin-top: 16px;
|
||||
|
||||
&__button__blank {
|
||||
width: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.detailed-status__action-bar-dropdown {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue