image in blog summery and recent post #62, Scrollbar styling

This commit is contained in:
gurusabarish
2022-11-29 15:57:39 +05:30
parent 6b22957c7c
commit fdd628c9cd
9 changed files with 124 additions and 46 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ async function searchOnChange(evt) {
document.getElementById("search-content").style.width = "500px";
} else {
searchButtonPosition = searchButtonEle[1].getBoundingClientRect();
document.getElementById("search-content").style.width = "430px";
document.getElementById("search-content").style.width = "300px";
}
document.getElementById("search-content").style.top =