fix(gallery): redo image sizing + adding description (#407)

This commit is contained in:
Michel EDIGHOFFER 2022-12-14 10:10:42 +01:00 committed by GitHub
parent 9ac4d68fe8
commit c53e986956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 29 deletions

View file

@ -32,7 +32,7 @@ useEventListener('keydown', (e: KeyboardEvent) => {
<ModalDialog v-model="isSigninDialogOpen" py-4 px-8>
<UserSignIn />
</ModalDialog>
<ModalDialog v-model="isPreviewHelpOpen">
<ModalDialog v-model="isPreviewHelpOpen" max-w-125>
<HelpPreview @close="closePreviewHelp()" />
</ModalDialog>
<ModalDialog v-model="isPublishDialogOpen" max-w-180 flex>