mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
fix margin
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user