fix: empty state layout width

This commit is contained in:
Shivam Mishra
2025-01-22 18:25:08 +05:30
parent 81e93c57a7
commit 273cfd41e0
@@ -16,7 +16,7 @@ defineProps({
class="relative flex flex-col items-center justify-center w-full h-full overflow-hidden"
>
<div
class="relative w-full max-w-[940px] mx-auto overflow-hidden h-full max-h-[448px]"
class="relative w-full max-w-[960px] mx-auto overflow-hidden h-full max-h-[448px]"
>
<div
class="w-full h-full space-y-4 overflow-y-hidden opacity-50 pointer-events-none"