fix: pagefind clear button position fix
This commit is contained in:
parent
c4fb9b6a19
commit
ee7266d644
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"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.",
|
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -87,6 +87,10 @@
|
||||||
transition-duration: var(--transition-duration-default);
|
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:hover,
|
||||||
.pagefind-ui__button:active,
|
.pagefind-ui__button:active,
|
||||||
.pagefind-ui__button:focus {
|
.pagefind-ui__button:focus {
|
||||||
|
|
Reference in a new issue