factorisation: site_lang, posts_per_page, site_license, contact dynamique

This commit is contained in:
Cedric Abonnel
2026-05-13 00:23:09 +02:00
parent ff47161721
commit 26c0a03e71
11 changed files with 133 additions and 27 deletions
+22 -2
View File
@@ -1278,14 +1278,34 @@ footer.mt-5 { margin-top: 0 !important; }
.author-profile-link:hover { color: var(--vl-accent); }
.author-profile-bio {
.author-bio-wrap {
flex: 1;
margin: 0;
}
.author-profile-bio {
margin: 0 0 .25rem;
color: var(--vl-muted);
line-height: 1.7;
font-size: .9375rem;
}
.author-profile-bio.bio-clamped {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.bio-toggle {
background: none;
border: none;
padding: 0;
color: var(--vl-accent);
font-size: .875rem;
cursor: pointer;
text-decoration: underline;
}
/* ─── Page "Mes liens" ───────────────────── */
.liens-page {