feat(serieHeader): center vertical

This commit is contained in:
Julien Froidefond
2025-02-16 23:43:05 +01:00
parent 0dd8adc4af
commit d2a20bbf31

View File

@@ -155,10 +155,10 @@ export const SeriesHeader = ({ series, onSeriesUpdate }: SeriesHeaderProps) => {
)}
{/* Contenu */}
<div className="relative h-full container mx-auto px-4 py-8 flex items-end">
<div className="flex gap-6">
<div className="relative h-full container mx-auto px-4 py-8 flex items-center">
<div className="flex gap-6 items-center">
{/* Image principale */}
<div className="relative w-[180px] aspect-[2/3] rounded-lg overflow-hidden shadow-lg bg-muted">
<div className="relative w-[180px] aspect-[2/3] rounded-lg overflow-hidden shadow-lg bg-muted flex-shrink-0">
{!imageError ? (
<>
<ImageLoader isLoading={isLoading} />