summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-23 22:29:43 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-23 22:29:43 +0200
commitc9a27bf83f2421fb794d053ea3e3bdc8bd18d155 (patch)
treecbd8f36b67de9be5c7aa7f089d01d51feb26d62e /public/stylesheets
parent8901ea8899d9a98d3cb53642fafafbc399ed2096 (diff)
articles partials now render the thumb of their headline media in the list
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/ccc.css27
1 files changed, 27 insertions, 0 deletions
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 {
715 align-items: flex-start; 715 align-items: flex-start;
716} 716}
717 717
718.chapter_thumbnail {
719 flex-shrink: 0;
720}
721
718.chapter_thumbnail img { 722.chapter_thumbnail img {
719 width: 64px; 723 width: 64px;
720 height: 64px; 724 height: 64px;
@@ -727,6 +731,29 @@ div.teaser_ruler {
727 min-width: 0; 731 min-width: 0;
728} 732}
729 733
734.article_partial_layout {
735 display: flow-root;
736 gap: 12px;
737 align-items: flex-start;
738}
739
740.article_thumbnail {
741 float: right;
742 margin: 0.5rem 0 8px 12px;
743}
744
745.article_thumbnail img {
746 width: 116px;
747 height: 116px;
748 object-fit: cover;
749 border-radius: 4px;
750 display: block;
751}
752
753.article_partial_layout .excerpt {
754 margin-top: 0;
755}
756
730.inline-image--full { 757.inline-image--full {
731 width: 100%; 758 width: 100%;
732 margin: 1rem 0; 759 margin: 1rem 0;