fix: don't cutoff the sort selector on mobile

This commit is contained in:
Daylin Morgan 2023-11-25 02:06:13 -06:00
parent 4bcd6b0f4e
commit 0175ac9548
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ proc render*(): VNode =
pgCtx.update
result =
buildHtml(tdiv):
tdiv(class = "flex md:flex-row md: space-x-5"):
tdiv(class = "flex md:flex-row flex-col md:space-x-5"):
searchBar(value = pgCtx.search)
sortSelector()
filteredPackagesDom()