mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 01:09:35 +05:30
(fixed): last search result's bottom gap by adding an bottom spacer element
This commit is contained in:
@@ -272,6 +272,10 @@ function inject_search_results (results, keyword) {
|
||||
searchRes.appendChild(profileDiv);
|
||||
});
|
||||
}
|
||||
|
||||
const bottomSpacer = document.createElement("div");
|
||||
bottomSpacer.className = "bottomspacer w-full h-[10px]";
|
||||
searchRes.appendChild(bottomSpacer);
|
||||
}
|
||||
|
||||
function inject_no_results(results, keyword) {
|
||||
|
||||
Reference in New Issue
Block a user