diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/ccc.css | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index f018d2b2..9bd9f965 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -752,25 +752,30 @@ div.author_and_date { | |||
| 752 | } | 752 | } |
| 753 | 753 | ||
| 754 | .chapter_partial_layout { | 754 | .chapter_partial_layout { |
| 755 | display: flex; | 755 | display: flow-root; |
| 756 | gap: 12px; | ||
| 757 | align-items: flex-start; | ||
| 758 | } | 756 | } |
| 759 | 757 | ||
| 760 | .chapter_thumbnail { | 758 | .chapter_thumbnail { |
| 761 | flex-shrink: 0; | 759 | float: right; |
| 760 | margin: 0.5rem 0 8px 12px; | ||
| 762 | } | 761 | } |
| 763 | 762 | ||
| 764 | .chapter_thumbnail img { | 763 | .chapter_thumbnail img { |
| 765 | width: 64px; | 764 | max-width: 150px; |
| 766 | height: 64px; | 765 | height: auto; |
| 767 | object-fit: cover; | ||
| 768 | border-radius: 4px; | 766 | border-radius: 4px; |
| 769 | display: block; | 767 | display: block; |
| 770 | } | 768 | } |
| 771 | 769 | ||
| 772 | .chapter_partial_content { | 770 | div#center_column .chapter_partial h2.headline { |
| 773 | min-width: 0; | 771 | border-top: none; |
| 772 | padding-top: 0; | ||
| 773 | } | ||
| 774 | |||
| 775 | div#center_column .chapter_partial + .chapter_partial { | ||
| 776 | border-top: 1px solid color-mix(in srgb, CanvasText, Canvas 70%); | ||
| 777 | margin-top: 1.5rem; | ||
| 778 | padding-top: 1.5rem; | ||
| 774 | } | 779 | } |
| 775 | 780 | ||
| 776 | .article_partial_layout { | 781 | .article_partial_layout { |
