From 980e0a1790f8afb0578fb9e022041c0afc6b702b Mon Sep 17 00:00:00 2001 From: arne Date: Fri, 21 Nov 2025 16:35:44 +0100 Subject: [PATCH] Add margin between attachments --- public/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/index.html b/public/index.html index b07109c..bfbf77f 100644 --- a/public/index.html +++ b/public/index.html @@ -238,6 +238,12 @@ section.posts .post .attachments img, section.posts .post .attachments video { max-height: 320px; + margin-left: 16px; + } + + section.posts .post .attachments img:first-child, + section.posts .post .attachments video:first-child { + margin-left: 0; } section.posts .post .controls {