~cytrogen/masto-fe

85ecadb6309ba43ee8bfeb21dfbdee72ff773252 — Santiago Kozak 2 years ago df6e719
Fix hashtag bar display when status is in a thread (#26497)

1 files changed, 2 insertions(+), 1 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +2 -1
@@ 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));
    }