fiix margin

This commit is contained in:
2024-09-04 11:07:54 +02:00
committed by GitHub
parent 2bc8a0233f
commit f070fec210

View File

@@ -11,14 +11,14 @@ const { canCreateTabInCategory } = await useUserLimits()
</script>
<template>
<div v-if="category" class="flex flex-wrap items-center mb-4 space-y-4" :class="category.nameVisible ? 'justify-between' : 'justify-end'">
<div v-if="category" class="flex flex-wrap items-center mb-4" :class="category.nameVisible ? 'justify-between' : 'justify-end'">
<div v-if="category.nameVisible" class="flex items-center gap-2 md:mb-4" :class="`text-${category.color}-500`">
<UIcon :name="category.icon" size="28" />
<h1 class="font-bold text-2xl">
{{ category.name }}
</h1>
</div>
<div class="flex gap-4">
<div class="flex gap-4 mt-4">
<UButton
v-if="canCreateTabInCategory(category.id)"
color="gray"