mirror of
https://github.com/daylinmorgan/nimpkgs.git
synced 2024-11-12 14:53:15 -06:00
fix: don't cutoff the sort selector on mobile
This commit is contained in:
parent
4bcd6b0f4e
commit
0175ac9548
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue