improved mock shop listing style
This commit is contained in:
@@ -295,9 +295,18 @@
|
||||
.h-fit {
|
||||
height: fit-content;
|
||||
}
|
||||
.max-h-\[10vh\] {
|
||||
max-height: 10vh;
|
||||
}
|
||||
.max-h-\[50em\] {
|
||||
max-height: 50em;
|
||||
}
|
||||
.max-h-\[80vh\] {
|
||||
max-height: 80vh;
|
||||
}
|
||||
.max-h-\[100vh\] {
|
||||
max-height: 100vh;
|
||||
}
|
||||
.max-h-full {
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
+1
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user