We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417a31a commit cd78a00Copy full SHA for cd78a00
frontend/app/components/design/DesignDrawer.vue
@@ -21,7 +21,7 @@ const close = () => {
21
v-model:open="open"
22
:ui="{
23
content:
24
- 'bg-background-default rounded-t-modal h-full gradient-border ring-0',
+ 'bg-background-default rounded-t-modal h-full gradient-border ring-0 max-w-xl mx-auto',
25
overlay: 'bg-black/50',
26
}"
27
should-scale-background
frontend/app/pages/settings/consent.vue
@@ -94,7 +94,7 @@ const sortedConsents = computed(() => {
94
<DesignButton
95
variant="secondary"
96
size="large"
97
- class="w-full"
+ class="w-full max-w-md mx-auto"
98
@click="finishOnboarding"
99
>
100
{{ $t('consent.continue') }}
0 commit comments