WIP(shops): start wiring up buy modals

This commit is contained in:
Sabe Jones
2024-03-11 16:09:16 -05:00
parent 0ead06937b
commit 0aa9d4d1d5
14 changed files with 28 additions and 38 deletions

View File

@@ -22,20 +22,12 @@
:show-all="showAll"
@click="toggleItemsToShow()"
/>
<div
v-else
class="fill-height"
></div>
</div>
</template>
<style lang="scss" scoped>
@import '~@/assets/scss/colors.scss';
.fill-height {
height: 38px; // button + margin + padding
}
.item-rows {
margin-right: -1.5rem;
}