Clamp bookshop tagline only; restore full author bio.
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:
isaacclad
2026-07-16 21:45:02 +00:00
parent 8e5574cb52
commit 0dfa77752a
+3 -3
View File
@@ -1224,7 +1224,7 @@
<div class="absolute inset-x-0 bottom-0 hidden px-5 pb-5 text-white sm:block"> <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> <h1 class="text-2xl font-bold">{{ $aName }}</h1>
@if($aTagline) @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 @endif
</div> </div>
</div> </div>
@@ -1232,7 +1232,7 @@
<div class="mx-auto max-w-md px-4"> <div class="mx-auto max-w-md px-4">
{{-- Mobile: title + sub sit above the author card --}} {{-- Mobile: title + sub sit above the author card --}}
<div class="mb-3 mt-4 sm:hidden"> <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) @if($aTagline)
<p class="mt-0.5 truncate text-sm text-slate-600">{{ $aTagline }}</p> <p class="mt-0.5 truncate text-sm text-slate-600">{{ $aTagline }}</p>
@endif @endif
@@ -1249,7 +1249,7 @@
</div> </div>
<div class="min-w-0 flex-1"> <div class="min-w-0 flex-1">
@if(!empty($content['bio'])) @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 @endif
<div class="mt-3 flex flex-wrap gap-2"> <div class="mt-3 flex flex-wrap gap-2">
@if(!empty($content['website'])) @if(!empty($content['website']))