Add margin between attachments

This commit is contained in:
arne 2025-11-21 16:35:44 +01:00
commit 980e0a1790

View file

@ -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 {