props.modelValue, (isOpen) => {
}
.modal-content {
- @apply bg-white dark:bg-gray-800 rounded-lg shadow-xl max-w-md w-full max-h-[90vh] overflow-hidden;
+ @apply bg-white dark:bg-gray-800 rounded-lg shadow-xl max-w-md w-full max-h-[90vh] overflow-hidden mx-4 sm:mx-0;
}
.modal-header {
diff --git a/components/ReceiptViewerModal.vue b/components/ReceiptViewerModal.vue
index 0705e4f..560af25 100644
--- a/components/ReceiptViewerModal.vue
+++ b/components/ReceiptViewerModal.vue
@@ -258,7 +258,7 @@ watch(() => props.modelValue, (isOpen) => {
}
.modal-content {
- @apply bg-white dark:bg-gray-800 rounded-lg shadow-xl max-w-4xl w-full max-h-[90vh] overflow-hidden;
+ @apply bg-white dark:bg-gray-800 rounded-lg shadow-xl max-w-4xl w-full max-h-[90vh] overflow-hidden mx-2 sm:mx-4;
}
.modal-header {
diff --git a/pages/dashboard/expenses.vue b/pages/dashboard/expenses.vue
index 7ee9634..c56a37a 100644
--- a/pages/dashboard/expenses.vue
+++ b/pages/dashboard/expenses.vue
@@ -1,88 +1,123 @@
-
+
-
+
Expense Tracking
-
+
Track and manage expense receipts with smart grouping and export options
-
-
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
@@ -224,9 +259,8 @@