new: Added post search module

This commit is contained in:
2024-12-17 16:15:51 +08:00
parent 474bf3e6bb
commit 9386306e7e
26 changed files with 590608 additions and 11 deletions

View File

@@ -0,0 +1,25 @@
.search-post-title {
color: var(--primary-color);
}
.search-post-item {
padding-top: 5px;
padding-bottom: 5px;
color: var(--primary-text-color);
list-style: none;
}
.search-post-item-wrap {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.search-post-item-date {
color: var(--secondary-text-color);
}
.search-post-pagination-item {
color: var(--secondary-text-color);
padding-right: 10px;
}