Fix interaction styling

This commit is contained in:
JP Hastings-Spital 2023-11-12 20:36:19 +00:00
parent 5c60629d78
commit 0163ae3d0f
2 changed files with 5 additions and 4 deletions

View file

@ -484,14 +484,14 @@ figure {
}
ul.reactions {
margin: 0;
margin: 0 0 0 2em;
list-style: none;
li {
display: inline-block;
&:not(:first-of-type) {
margin: auto 0 auto 8px;
margin: auto auto auto 0.75em;
}
svg {
@ -501,7 +501,7 @@ figure {
}
ol.comments {
margin: 0;
margin: 0 0 0 2em;
list-style: none;
li {

View file

@ -11,6 +11,7 @@
}
],
"reactions": {
"❤️": 46
"❤️": 46,
"💬": 1
}
}