fix .env.production
This commit is contained in:
@@ -249,7 +249,7 @@ onMounted(async () => {
|
||||
<div v-if="isCategorySelectorOpened" class="fixed inset-0 z-50 flex items-start justify-center p-4 overflow-y-auto"
|
||||
style="background-color: var(--primary-color); "
|
||||
:style="tgApp ? `padding-top: ${insetTop}px !important` : 'padding-top: 2rem !important'">
|
||||
<div class="flex w-full max-w-md">
|
||||
<div class="flex w-full max-w-md !pb-24">
|
||||
<div class="flex card justify-items-start justify-start">
|
||||
|
||||
<div v-for="(cat, idx) in categories" :key="cat.id"
|
||||
|
||||
Reference in New Issue
Block a user