fix(posts): fix broken rendering of svgs

This commit is contained in:
2022-08-18 18:00:53 +02:00
parent 716d176f22
commit 6f43dd1c3a
3 changed files with 6 additions and 2 deletions

View File

@@ -975,4 +975,9 @@ a.footnote-ref {
100% {
background-position: 80% 50%;
}
}
.post-info object {
width: 24px;
height: 24px;
}