mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
fix(shops): various
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user