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

lolsob-rspec
Santiago Kozak 2023-08-16 04:06:04 -03:00 committed by GitHub
parent 321e7aa07f
commit 030dd2c9de
1 changed files with 2 additions and 1 deletions

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));
}