Улучшил перенос даты и авторов на мобильных

This commit is contained in:
Иван Кузьменко 2025-11-26 23:48:54 +03:00
parent 7da16b7f0d
commit 40975d219a

View file

@ -72,9 +72,9 @@
</section> </section>
<section <section
class="flex shrink-0 flex-col flex-wrap items-center justify-center p-2 font-bold {isPublic class="flex shrink-0 flex-row flex-wrap items-center justify-center p-2 font-bold {isPublic
? 'bg-amber-50 text-slate-950' ? 'bg-amber-50 text-slate-950'
: 'bg-red-500 text-slate-50'} sm:flex-row sm:gap-x-5" : 'bg-red-500 text-slate-50'} sm:gap-x-5"
> >
<DateWidget dateString={data.blogPost.date} type="published" /> <DateWidget dateString={data.blogPost.date} type="published" />
{#if data.blogPost.dateChanged} {#if data.blogPost.dateChanged}