Fix: 絵文字リアクションボタンが右にずれる問題

This commit is contained in:
KMY 2024-10-01 12:09:15 +09:00
parent 429469b1ca
commit a877e6486d
2 changed files with 10 additions and 8 deletions

View file

@ -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 {