diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue index 018c1c5..5485926 100644 --- a/src/components/GiftedDialog.vue +++ b/src/components/GiftedDialog.vue @@ -1,41 +1,51 @@ @@ -106,12 +116,14 @@ export default class GiftedDialog extends Vue { display: flex; justify-content: center; align-items: center; + padding: 1.5rem; } .dialog { background-color: white; padding: 1rem; border-radius: 0.5rem; - width: 50%; + width: 100%; + max-width: 500px; } diff --git a/src/main.ts b/src/main.ts index 438d10a..bc3f7d5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -13,6 +13,7 @@ import { faBurst, faCalendar, faChevronLeft, + faChevronRight, faCircle, faCircleCheck, faCircleQuestion, @@ -53,6 +54,7 @@ library.add( faBurst, faCalendar, faChevronLeft, + faChevronRight, faCircle, faCircleCheck, faCircleQuestion, diff --git a/src/router/index.ts b/src/router/index.ts index 0fdf05c..c66eca9 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -166,7 +166,6 @@ const routes: Array = [ /* webpackChunkName: "statistics" */ "../views/ContactGiftingView.vue" ), }, - ]; /** @type {*} */