« Modèle:Recherche/styles.css » : différence entre les versions
De Nefald
Autres actions
Page créée avec « →============================================================ * Modèle:Recherche/styles.css * ============================================================ : .nefald-page-search { display: flex; align-items: center; gap: var(--space-xs); padding: var(--space-xs) var(--space-sm); background-color: var(--color-surface-1); border: 1px solid var(--border-color-base); border-radius: var(--border-radius-base); max-width: 480px; transition: border-color 0.2s ease,... » |
m sticky |
||
| Ligne 138 : | Ligne 138 : | ||
max-width: 100%; | max-width: 100%; | ||
} | } | ||
} | |||
.nefald-page-search-container { | |||
display: flex; | |||
width: 100%; | |||
position: sticky; | |||
top: var(--header-size, 56px); | |||
z-index: 10; | |||
background-color: var(--color-surface-0); | |||
padding-block: var(--space-xs, 8px); | |||
} | } | ||