mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 23:58:06 +01:00
Fix reactions buttons ignoring threads
This commit is contained in:
parent
9eb149477a
commit
756adc7203
2 changed files with 4 additions and 2 deletions
|
@ -1052,7 +1052,8 @@ a.status-card.compact:hover {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
||||||
.status__content,
|
.status__content,
|
||||||
.status__action-bar {
|
.status__action-bar,
|
||||||
|
.reactions-bar {
|
||||||
margin-inline-start: 46px + 10px;
|
margin-inline-start: 46px + 10px;
|
||||||
width: calc(100% - (46px + 10px));
|
width: calc(100% - (46px + 10px));
|
||||||
}
|
}
|
||||||
|
|
|
@ -1155,7 +1155,8 @@ body > [data-popper-placement] {
|
||||||
.video-player,
|
.video-player,
|
||||||
.audio-player,
|
.audio-player,
|
||||||
.attachment-list,
|
.attachment-list,
|
||||||
.status-card {
|
.status-card,
|
||||||
|
.reactions-bar {
|
||||||
margin-inline-start: 46px + 10px;
|
margin-inline-start: 46px + 10px;
|
||||||
width: calc(100% - (46px + 10px));
|
width: calc(100% - (46px + 10px));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue