chore: search input consistency

This commit is contained in:
Cory Dransfeldt 2024-02-17 21:17:54 -08:00
parent cf91650cc6
commit c4fb9b6a19
No known key found for this signature in database
4 changed files with 9 additions and 5 deletions

View file

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

View file

@ -29,7 +29,7 @@ textarea {
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"],
input[type="search"]:focus,
textarea:focus {
border: 1px solid var(--accent-color-hover) !important;
}

View file

@ -23,6 +23,7 @@
.pagefind-ui__form:before {
opacity: 1 !important;
top: calc(19px * var(--pagefind-ui-scale)) !important;
}
.pagefind-ui__result-title {
@ -45,6 +46,9 @@
:is(input[type="text"], input[type="search"]).pagefind-ui__search-input {
padding-left: 2.375rem !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
height: calc(53px * var(--pagefind-ui-scale)) !important;
}
.pagefind-ui__search-clear {