Fixes to search bar and list top

This commit is contained in:
Jose Olarte III
2023-07-18 17:33:49 +08:00
parent 34636d6047
commit 7c77578f79

View File

@@ -8,6 +8,7 @@
<!-- Quick Search -->
<div id="QuickSearch" class="mb-4 flex">
<input
type="text"
placeholder="Search…"
@@ -18,6 +19,7 @@
>
<fa icon="magnifying-glass" class="fa-fw"></fa>
</button>
</div>
<!-- New Project -->
<button
@@ -37,7 +39,7 @@
<!-- Results List -->
<InfiniteScroll @reached-bottom="loadMoreData">
<ul>
<ul class="border-t border-slate-300">
<li
class="border-b border-slate-300"
v-for="project in projects"