Fix placement of reactions bar for new threading UI
This commit is contained in:
parent
83e1c8e742
commit
9133f5af9d
|
@ -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));
|
||||
}
|
||||
|
|
|
@ -1151,7 +1151,7 @@ body > [data-popper-placement] {
|
|||
|
||||
.status__content,
|
||||
.status__action-bar,
|
||||
.reaction-bar,
|
||||
.reactions-bar,
|
||||
.media-gallery,
|
||||
.video-player,
|
||||
.audio-player,
|
||||
|
|
Loading…
Reference in a new issue