update
This commit is contained in:
@@ -17,13 +17,14 @@ body {
|
||||
}
|
||||
|
||||
.pagefind-ui__search-input {
|
||||
@apply focus:outline-none w-full placeholder:text-white h-10 lg:h-12 px-3.5;
|
||||
@apply focus:outline-none w-full placeholder:text-white h-10 lg:h-12 indent-10;
|
||||
}
|
||||
|
||||
.pagefind-ui__search-clear {
|
||||
@apply cursor-pointer px-3.5 text-sm hover:underline;
|
||||
}
|
||||
|
||||
.pagefind-ui__filter-panel,
|
||||
.pagefind-ui__result-excerpt,
|
||||
.pagefind-ui__suppressed,
|
||||
.pagefind-ui__hidden {
|
||||
@@ -31,7 +32,7 @@ body {
|
||||
}
|
||||
|
||||
.pagefind-ui__drawer {
|
||||
@apply absolute w-full top-full bg-white mt-1.5 p-2.5 lg:p-5 rounded-xl drop-shadow space-y-2.5 z-10;
|
||||
@apply absolute w-full top-full bg-white mt-1.5 p-5 rounded-xl drop-shadow space-y-2.5 z-10;
|
||||
}
|
||||
|
||||
.pagefind-ui__results {
|
||||
|
||||
Reference in New Issue
Block a user