1

Formulaire de recherche

This commit is contained in:
2026-02-23 15:10:11 +01:00
parent a90ea13be9
commit 7f614688d0
10 changed files with 704 additions and 1 deletions

View File

@@ -136,6 +136,17 @@
max-width: 100%;
}
body > header > section:first-of-type > form.site-search {
flex: 1 1 100%;
margin-left: 0;
}
body > header > section:first-of-type > form.site-search > input[type="search"] {
flex: 1 1 auto;
width: auto;
min-width: 0;
}
main nav.articles-list > ol {
grid-template-columns: 1fr;
}
@@ -356,6 +367,28 @@
letter-spacing: 0.02em;
}
body > header > section:first-of-type > form.site-search {
gap: var(--space-1);
}
body > header > section:first-of-type > form.site-search > input[type="search"] {
min-height: 2.2rem;
padding: 0.4rem 0.55rem;
font-size: 0.98rem;
}
body > header > section:first-of-type > form.site-search > button.ui-button {
width: 2.2rem;
min-height: 2.2rem;
min-width: 2.2rem;
padding: 0;
}
body > header > section:first-of-type > form.site-search > button.ui-button > svg {
width: 0.95rem;
height: 0.95rem;
}
body > header:has(> h1) > h1 {
font-size: clamp(1.6rem, 8.2vw, 2.25rem);
}