Улучшил перенос даты и авторов на мобильных
This commit is contained in:
parent
7da16b7f0d
commit
40975d219a
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue