Change: #273 投稿下のアクションバーについて、スタンプボタンを消すとき他のボタンで詰めない (#386)

This commit is contained in:
KMY(雪あすか) 2023-12-26 09:30:23 +09:00 committed by GitHub
parent dc6e60517d
commit b94ffe6699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 10 deletions

View file

@ -1388,6 +1388,10 @@ body > [data-popper-placement] {
align-items: center;
gap: 18px;
margin-top: 16px;
&__button__blank {
width: 24px;
}
}
.detailed-status__action-bar-dropdown {
@ -1442,6 +1446,11 @@ body > [data-popper-placement] {
padding: 0;
margin-bottom: 16px;
}
&__button__blank {
width: 24px;
flex: 1 1 auto;
}
}
.scrollable > div:first-child .detailed-status {