mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-12-22 16:30:13 +00:00
fix: reactions escaping view in note view
This commit is contained in:
parent
749befdf63
commit
ad5a6c1e41
1 changed files with 2 additions and 1 deletions
|
@ -744,7 +744,8 @@ function animatedMFM() {
|
|||
z-index: 1;
|
||||
margin-top: 0.4em;
|
||||
width: max-content;
|
||||
min-width: max-content;
|
||||
min-width: min-content;
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
.replyTo {
|
||||
|
|
Loading…
Reference in a new issue