mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix hashtag bar display when status is in a thread (#26497)
This commit is contained in:
parent
df6e719898
commit
85ecadb630
1 changed files with 2 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue