Fix hashtag bar display when status is in a thread (#26497)

This commit is contained in:
Santiago Kozak 2023-08-16 04:06:04 -03:00 committed by GitHub
parent df6e719898
commit 85ecadb630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1111,7 +1111,8 @@ body > [data-popper-placement] {
.audio-player,
.attachment-list,
.picture-in-picture-placeholder,
.status-card {
.status-card,
.hashtag-bar {
margin-inline-start: $thread-margin;
width: calc(100% - ($thread-margin));
}