From c9a27bf83f2421fb794d053ea3e3bdc8bd18d155 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 23 Jul 2026 22:29:43 +0200 Subject: articles partials now render the thumb of their headline media in the list --- public/stylesheets/ccc.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'public/stylesheets/ccc.css') diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index b421684a..50b20b22 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -715,6 +715,10 @@ div.teaser_ruler { align-items: flex-start; } +.chapter_thumbnail { + flex-shrink: 0; +} + .chapter_thumbnail img { width: 64px; height: 64px; @@ -727,6 +731,29 @@ div.teaser_ruler { min-width: 0; } +.article_partial_layout { + display: flow-root; + gap: 12px; + align-items: flex-start; +} + +.article_thumbnail { + float: right; + margin: 0.5rem 0 8px 12px; +} + +.article_thumbnail img { + width: 116px; + height: 116px; + object-fit: cover; + border-radius: 4px; + display: block; +} + +.article_partial_layout .excerpt { + margin-top: 0; +} + .inline-image--full { width: 100%; margin: 1rem 0; -- cgit v1.3