more tiny updates

This commit is contained in:
CuriousMagpie
2023-03-21 11:26:31 -04:00
parent cc81629f09
commit 9cc4fc19d3
2 changed files with 3 additions and 3 deletions
@@ -714,6 +714,7 @@ export default {
methods: {
onChange ($event) {
this.$emit('change', $event);
this.selectedAmountToBuy = 1;
},
buyItem () {
@@ -18,13 +18,12 @@
>
<div class="inner-content">
<item
class="flat"
class="flat bordered-item"
:item="item"
:item-content-class="itemContextToSell.itemClass"
:show-popover="false"
/>
<span class="owned">
<!-- need to calculate totalOwned() -->
{{ $t('owned') }}: {{ itemContextToSell.itemCount }}
</span>
<h4 class="title">
@@ -155,7 +154,7 @@
.item-content {
transform: scale(1.45, 1.45);
top: -16pp;
top: -16px;
}
.item-notes {