factorisation: site_lang, posts_per_page, site_license, contact dynamique
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user