add spacing

This commit is contained in:
2024-09-04 10:39:23 +02:00
committed by GitHub
parent e0af27667c
commit 48340fabe9

View File

@@ -11,7 +11,7 @@ const { canCreateTabInCategory } = await useUserLimits()
</script>
<template>
<div v-if="category" class="flex flex-wrap items-center mb-4" :class="category.nameVisible ? 'justify-between' : 'justify-end'">
<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.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">