tg app fix sizes
This commit is contained in:
@@ -113,7 +113,7 @@ onMounted(async () => {
|
|||||||
<span class="">No categories available.</span>
|
<span class="">No categories available.</span>
|
||||||
<span class="text-center">Maybe you want to <router-link to="/categories" class="!text-blue-700">create a new category</router-link> first?</span>
|
<span class="text-center">Maybe you want to <router-link to="/categories" class="!text-blue-700">create a new category</router-link> first?</span>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="flex flex-col w-full justify-items-start gap-3">
|
<div v-else class="flex flex-col w-full justify-items-start gap-1">
|
||||||
<!-- Fixed modal container -->
|
<!-- Fixed modal container -->
|
||||||
<div v-if="isCategorySelectorOpened" class="fixed inset-0 z-50 flex items-start justify-center p-4 overflow-y-auto"
|
<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="background-color: var(--primary-color); "
|
||||||
|
|||||||
Reference in New Issue
Block a user