Adjust left padding of Pagefind UI

This commit is contained in:
Leilukin 2025-05-10 08:48:19 +08:00
parent abf6fb99a2
commit 081e6ab680

View File

@ -38,6 +38,11 @@ eleventyComputed:
color: var(--clr-link);
}
.pagefind-ui__search-input.svelte-e9gkc3::placeholder {
opacity:.6;
opacity: .6;
}
.pagefind-ui__search-input.svelte-e9gkc3 {
padding: 0 calc(70px * var(--pagefind-ui-scale)) 0 calc(24px * var(--pagefind-ui-scale));
}
{{ /css }}