fix: pagefind clear button position fix

This commit is contained in:
Cory Dransfeldt 2024-02-17 21:24:03 -08:00
parent c4fb9b6a19
commit ee7266d644
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "5.9.4",
"version": "5.9.5",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -87,6 +87,10 @@
transition-duration: var(--transition-duration-default);
}
.pagefind-ui__search-clear {
height: calc(48px * var(--pagefind-ui-scale)) !important;
}
.pagefind-ui__button:hover,
.pagefind-ui__button:active,
.pagefind-ui__button:focus {