Fix reactions buttons ignoring threads

This commit is contained in:
Jeremy Kescher 2023-05-06 01:55:56 +02:00
parent 9eb149477a
commit 756adc7203
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4
2 changed files with 4 additions and 2 deletions

View file

@ -1052,7 +1052,8 @@ a.status-card.compact:hover {
border-bottom: 0;
.status__content,
.status__action-bar {
.status__action-bar,
.reactions-bar {
margin-inline-start: 46px + 10px;
width: calc(100% - (46px + 10px));
}

View file

@ -1155,7 +1155,8 @@ body > [data-popper-placement] {
.video-player,
.audio-player,
.attachment-list,
.status-card {
.status-card,
.reactions-bar {
margin-inline-start: 46px + 10px;
width: calc(100% - (46px + 10px));
}