add search functionality in /posts page
This commit is contained in:
parent
6c2cca0127
commit
4e7f74bcf0
6 changed files with 250 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue