From c820bdcc3fc6f7ead049de5b052e17f763a2f853 Mon Sep 17 00:00:00 2001 From: Cedric Abonnel Date: Wed, 13 May 2026 00:06:55 +0200 Subject: [PATCH] =?UTF-8?q?ux:=20bio=20=C3=A0=20droite=20du=20nom=20sur=20?= =?UTF-8?q?la=20page=20profil=20public?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/css/style.css | 6 ++++-- templates/author_profile.php | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index e861d2a..fe5479d 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1247,7 +1247,7 @@ footer.mt-5 { margin-top: 0 !important; } .author-profile-hero { display: flex; - align-items: center; + align-items: flex-start; gap: 1.5rem; } @@ -1279,9 +1279,11 @@ footer.mt-5 { margin-top: 0 !important; } .author-profile-link:hover { color: var(--vl-accent); } .author-profile-bio { - max-width: 56rem; + flex: 1; + margin: 0; color: var(--vl-muted); line-height: 1.7; + font-size: .9375rem; } /* ─── Agrégateur de flux ─────────────────── */ diff --git a/templates/author_profile.php b/templates/author_profile.php index 86fc875..462990e 100644 --- a/templates/author_profile.php +++ b/templates/author_profile.php @@ -11,7 +11,7 @@ $_apBio = $authorRow['bio'] ?? ''; $_initials = mb_strtoupper(mb_substr($_apName, 0, 1, 'UTF-8'), 'UTF-8'); ?> -
+

@@ -21,10 +21,10 @@ $_initials = mb_strtoupper(mb_substr($_apName, 0, 1, 'UTF-8'), 'UTF-8');
+ +

+
- -

-

Aucun article publié.