mirror of
https://github.com/daylinmorgan/nimpkgs.git
synced 2024-12-22 02:50:44 -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
|
pgCtx.update
|
||||||
result =
|
result =
|
||||||
buildHtml(tdiv):
|
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)
|
searchBar(value = pgCtx.search)
|
||||||
sortSelector()
|
sortSelector()
|
||||||
filteredPackagesDom()
|
filteredPackagesDom()
|
||||||
|
|
Loading…
Reference in a new issue