fix margin

This commit is contained in:
2024-09-04 13:45:23 +02:00
committed by GitHub
parent f070fec210
commit bac82a6a01

View File

@@ -12,7 +12,7 @@ const { canCreateTabInCategory } = await useUserLimits()
<template> <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" :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`"> <div v-if="category.nameVisible" class="flex items-center gap-2" :class="`text-${category.color}-500`">
<UIcon :name="category.icon" size="28" /> <UIcon :name="category.icon" size="28" />
<h1 class="font-bold text-2xl"> <h1 class="font-bold text-2xl">
{{ category.name }} {{ category.name }}