From 6269d383e6c5bd562610337785a5084205daa051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Wed, 1 Apr 2026 13:03:22 +0200 Subject: [PATCH] feat: render image-only notes without inner padding --- contao/templates/frontend/pinnwand.html.twig | 3 ++- public/assets/pinboard.css | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/contao/templates/frontend/pinnwand.html.twig b/contao/templates/frontend/pinnwand.html.twig index 99b88f0..6c61f53 100644 --- a/contao/templates/frontend/pinnwand.html.twig +++ b/contao/templates/frontend/pinnwand.html.twig @@ -5,8 +5,9 @@
{% for entry in entries %} + {% set isImageOnly = entry.imageFigure and not entry.headline and not entry.text and not entry.link %}