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