fix(shops): various

This commit is contained in:
Sabe Jones
2024-04-24 17:58:20 -05:00
parent 3bf323032c
commit 372763c57c
9 changed files with 24 additions and 18 deletions

View File

@@ -301,7 +301,7 @@
/>
</div>
</div>
<customize-banner />
<customize-banner class="padding-fix"/>
</div>
<div v-else>
<h3 v-once> {{ $t('noItemsOwned') }} </h3>
@@ -643,6 +643,10 @@
line-height: 24px;
}
.padding-fix {
padding-top: 1px;
}
.purchase-all {
margin-bottom: 1em;
}