add search functionality in /posts page

This commit is contained in:
diego 2020-09-14 17:40:32 +02:00
parent 6c2cca0127
commit 4e7f74bcf0
6 changed files with 250 additions and 5 deletions

View file

@ -86,6 +86,22 @@
display: none;
}
#search-results-template {
display: none;
}
.search-results {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;
color: #248aaa;
background-color: white;
border-radius: 0.25em;
padding: 2px;
}
.pagination {
margin-left: auto;
margin-right: auto;