mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 20:03:09 +02: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