Clamp bookshop tagline only; restore full author bio.
Deploy Ladill QR Plus / deploy (push) Successful in 1m29s
Deploy Ladill QR Plus / deploy (push) Successful in 1m29s
The one-line ellipsis applies to the page subtitle (tagline), not the author bio in the card.
This commit is contained in:
@@ -1224,7 +1224,7 @@
|
||||
<div class="absolute inset-x-0 bottom-0 hidden px-5 pb-5 text-white sm:block">
|
||||
<h1 class="text-2xl font-bold">{{ $aName }}</h1>
|
||||
@if($aTagline)
|
||||
<p class="mt-1 text-sm text-white/90">{{ $aTagline }}</p>
|
||||
<p class="mt-1 truncate text-sm text-white/90">{{ $aTagline }}</p>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
@@ -1232,7 +1232,7 @@
|
||||
<div class="mx-auto max-w-md px-4">
|
||||
{{-- Mobile: title + sub sit above the author card --}}
|
||||
<div class="mb-3 mt-4 sm:hidden">
|
||||
<h1 class="truncate text-xl font-bold text-slate-900">{{ $aName }}</h1>
|
||||
<h1 class="text-xl font-bold text-slate-900">{{ $aName }}</h1>
|
||||
@if($aTagline)
|
||||
<p class="mt-0.5 truncate text-sm text-slate-600">{{ $aTagline }}</p>
|
||||
@endif
|
||||
@@ -1249,7 +1249,7 @@
|
||||
</div>
|
||||
<div class="min-w-0 flex-1">
|
||||
@if(!empty($content['bio']))
|
||||
<p class="truncate text-sm leading-relaxed text-slate-600 sm:whitespace-normal sm:overflow-visible">{{ $content['bio'] }}</p>
|
||||
<p class="text-sm leading-relaxed text-slate-600">{{ $content['bio'] }}</p>
|
||||
@endif
|
||||
<div class="mt-3 flex flex-wrap gap-2">
|
||||
@if(!empty($content['website']))
|
||||
|
||||
Reference in New Issue
Block a user