From 82157918308f765716b8fa8795fe6602ca52cb7e Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Thu, 17 Apr 2025 21:41:48 +0200 Subject: [PATCH] Changed h-w to size --- components/calendar/input/EventCategories.vue | 2 +- components/calendar/input/EventCategory.vue | 4 +- components/calendar/input/MonthList.vue | 8 +- .../ui/breadcrumb/BreadcrumbEllipsis.vue | 2 +- components/ui/checkbox/Checkbox.vue | 4 +- components/ui/command/CommandInput.vue | 2 +- .../dropdown-menu/DropdownMenuSubTrigger.vue | 4 +- components/ui/pagination/PaginationFirst.vue | 2 +- components/ui/pagination/PaginationLast.vue | 2 +- components/ui/pagination/PaginationNext.vue | 2 +- components/ui/pagination/PaginationPrev.vue | 2 +- components/ui/select/SelectItem.vue | 2 +- .../ui/select/SelectScrollDownButton.vue | 2 +- components/ui/select/SelectScrollUpButton.vue | 2 +- components/ui/switch/Switch.vue | 2 +- components/ui/toast/ToastClose.vue | 2 +- package.json | 19 +- pages/my/worlds/[id].vue | 2 +- pnpm-lock.yaml | 804 ++++++------------ pnpm-workspace.yaml | 6 - 20 files changed, 303 insertions(+), 572 deletions(-) delete mode 100644 pnpm-workspace.yaml diff --git a/components/calendar/input/EventCategories.vue b/components/calendar/input/EventCategories.vue index 275c49a..13b42fc 100644 --- a/components/calendar/input/EventCategories.vue +++ b/components/calendar/input/EventCategories.vue @@ -50,7 +50,7 @@ const filteredCategories = computed(() => - + {{ model.name }} - + :collision-padding="50" class="w-fit h-[33vh] p-0" > - + {{ $t('entity.category.notFoundAny') }} diff --git a/components/calendar/input/MonthList.vue b/components/calendar/input/MonthList.vue index 2e57048..e4954df 100644 --- a/components/calendar/input/MonthList.vue +++ b/components/calendar/input/MonthList.vue @@ -91,7 +91,7 @@ useSortable(monthSortableList, model.value, { animation: 150, handle: ".handle" />
- +
@@ -103,7 +103,7 @@ useSortable(monthSortableList, model.value, { animation: 150, handle: ".handle"