From 0163ae3d0ff5d6e69593be311f74fc0382798dc0 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sun, 12 Nov 2023 20:36:19 +0000 Subject: [PATCH] Fix interaction styling --- assets/scss/_single.scss | 6 +++--- data/interactions/photos/lncsouqdekcc63jpx4wm6pcozi.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/scss/_single.scss b/assets/scss/_single.scss index 94237b8e..99a9a57e 100644 --- a/assets/scss/_single.scss +++ b/assets/scss/_single.scss @@ -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 { diff --git a/data/interactions/photos/lncsouqdekcc63jpx4wm6pcozi.json b/data/interactions/photos/lncsouqdekcc63jpx4wm6pcozi.json index 5b3a5ff6..36479739 100644 --- a/data/interactions/photos/lncsouqdekcc63jpx4wm6pcozi.json +++ b/data/interactions/photos/lncsouqdekcc63jpx4wm6pcozi.json @@ -11,6 +11,7 @@ } ], "reactions": { - "❤️": 46 + "❤️": 46, + "💬": 1 } } \ No newline at end of file