Fix placement of reactions bar for new threading UI

This commit is contained in:
neatchee 2023-05-07 01:10:49 -07:00 committed by Jeremy Kescher
parent c6d04be51a
commit f214cd2938
No known key found for this signature in database
GPG Key ID: 80A419A7A613DFA4
2 changed files with 3 additions and 2 deletions

View File

@ -1055,7 +1055,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

@ -1133,7 +1133,7 @@ body > [data-popper-placement] {
.status__content,
.status__action-bar,
.reaction-bar,
.reactions-bar,
.media-gallery,
.video-player,
.audio-player,