improved mock shop listing style

This commit is contained in:
2026-02-05 18:29:32 -07:00
parent 0ffde6e83d
commit 548f72d9a4
2 changed files with 10 additions and 5 deletions
@@ -315,7 +315,7 @@
/>
</form>
<ul class="max-h-[50em] overflow-y-auto flex flex-col gap-[1em]">
<ul class="max-h-[80vh] overflow-y-auto flex flex-col gap-[1em]">
{{- range $listing := .Accounts.ListMockListingsForShop $acctID $platform $shopID }}
<li
id="listing-{{$listing.ListingID}}"
@@ -396,7 +396,3 @@
</div>
</div>
</section>
<h2 class="mt-[5em] text-center block">
A work in progress...
</h2>