From 2508936928ff82402ca0afa6fe468077a110b0cb Mon Sep 17 00:00:00 2001 From: Mischa Date: Fri, 19 Jun 2026 21:26:50 +0200 Subject: [PATCH] feat: add data-type attributes to feed cards; restyle story card with full border --- themes/intotheeast/css/style.css | 6 ++++-- themes/intotheeast/templates/trip.html.twig | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index 2d490da..b35cdf9 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -814,8 +814,10 @@ body::after { /* ── Story cards in feed ─────────────────────────────────────────────────────── */ .entry-card--story { - border-left: 3px solid var(--color-accent); - padding-left: var(--space-5); + border: 2px solid var(--color-accent); + border-radius: var(--radius-md); + padding: var(--space-6); + background: var(--color-canvas); } .entry-card-photo--story { aspect-ratio: 16 / 7; } diff --git a/themes/intotheeast/templates/trip.html.twig b/themes/intotheeast/templates/trip.html.twig index 22d033d..6fa1b59 100644 --- a/themes/intotheeast/templates/trip.html.twig +++ b/themes/intotheeast/templates/trip.html.twig @@ -74,7 +74,7 @@ {% endif %} {% if item.type == 'journal' %} -
+ {% else %} -