fix(posts): fix broken rendering styles

This commit is contained in:
2022-08-18 18:13:21 +02:00
parent 6f43dd1c3a
commit b76ffdd729
4 changed files with 14 additions and 11 deletions

View File

@@ -721,6 +721,12 @@ a.footnote-ref {
margin-right: .8em;
}
object {
width: 18px;
height: 18px;
vertical-align: middle;
}
.tag {
margin-right: .5em;
@@ -975,9 +981,4 @@ a.footnote-ref {
100% {
background-position: 80% 50%;
}
}
.post-info object {
width: 24px;
height: 24px;
}