Skip to content

Commit cd78a00

Browse files
committed
fix: responsivity
1 parent 417a31a commit cd78a00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/app/components/design/DesignDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const close = () => {
2121
v-model:open="open"
2222
:ui="{
2323
content:
24-
'bg-background-default rounded-t-modal h-full gradient-border ring-0',
24+
'bg-background-default rounded-t-modal h-full gradient-border ring-0 max-w-xl mx-auto',
2525
overlay: 'bg-black/50',
2626
}"
2727
should-scale-background

frontend/app/pages/settings/consent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const sortedConsents = computed(() => {
9494
<DesignButton
9595
variant="secondary"
9696
size="large"
97-
class="w-full"
97+
class="w-full max-w-md mx-auto"
9898
@click="finishOnboarding"
9999
>
100100
{{ $t('consent.continue') }}

0 commit comments

Comments
 (0)