From a36f1cbcc6b665ce69c281addd8e31a90fb56b50 Mon Sep 17 00:00:00 2001 From: Kevin Murphy Date: Sat, 9 Dec 2023 07:36:14 -0500 Subject: [PATCH] add element after search --- layouts/partials/search.html | 1 + static/css/search.css | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/partials/search.html b/layouts/partials/search.html index c23fb29..6a6b58b 100644 --- a/layouts/partials/search.html +++ b/layouts/partials/search.html @@ -6,3 +6,4 @@ new PagefindUI({ element: "#search", showSubResults: true, sort: { date: "desc" } }); }); +
diff --git a/static/css/search.css b/static/css/search.css index 09ea50c..a2c6977 100644 --- a/static/css/search.css +++ b/static/css/search.css @@ -1,6 +1,4 @@ #search { - padding-bottom: 10px; - button { position: absolute; } @@ -15,3 +13,7 @@ --pagefind-ui-tag: #152028; } } + +.search-space { + padding-bottom: 10px; +}