From 06d01849651757ab51dd80be8ab1197fe48dfecc Mon Sep 17 00:00:00 2001 From: Matthias G Date: Sat, 1 Aug 2026 18:41:21 +0200 Subject: [PATCH] Stack the mark and the type in a row The plate and the type sat next to each other and ate the width the title needed. Now they sit under one another, and the plate itself lost the wide gap between code and number. --- src/components/archive/EntryRow.tsx | 9 ++++----- src/components/ui/Plate.tsx | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/archive/EntryRow.tsx b/src/components/archive/EntryRow.tsx index f70c9fe..2ef83fb 100644 --- a/src/components/archive/EntryRow.tsx +++ b/src/components/archive/EntryRow.tsx @@ -25,8 +25,8 @@ export function EntryRow({ item, showCode = true, highlight, className }: EntryR href={postPath(item.projectSlug, item.slug)} className={`group flex items-stretch gap-4 border-b border-rule py-3 no-underline last:border-b-0 ${className ?? ''}`} > - - + + + {t('number', { number: item.number })} - - @@ -51,7 +50,7 @@ export function EntryRow({ item, showCode = true, highlight, className }: EntryR