mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Fix centering
This commit is contained in:
@@ -18,7 +18,7 @@ const { canCreateTabInCategory } = await useUserLimits()
|
||||
{{ category.name }}
|
||||
</h1>
|
||||
</div>
|
||||
<div class="flex gap-4 mt-4">
|
||||
<div class="flex gap-4 mt-4 items-center">
|
||||
<UButton
|
||||
v-if="canCreateTabInCategory(category.id)"
|
||||
color="gray"
|
||||
|
||||
Reference in New Issue
Block a user