fix: reactions escaping view in note view

This commit is contained in:
Marie 2023-12-01 14:51:48 +01:00 committed by GitHub
parent 749befdf63
commit ad5a6c1e41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {