mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 23:28:08 +01: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,
|
.audio-player,
|
||||||
.attachment-list,
|
.attachment-list,
|
||||||
.picture-in-picture-placeholder,
|
.picture-in-picture-placeholder,
|
||||||
.status-card {
|
.status-card,
|
||||||
|
.hashtag-bar {
|
||||||
margin-inline-start: $thread-margin;
|
margin-inline-start: $thread-margin;
|
||||||
width: calc(100% - ($thread-margin));
|
width: calc(100% - ($thread-margin));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue