feat(publish): increase input height when focused

This commit is contained in:
三咲智子 2022-11-24 23:01:45 +08:00
parent 8283521092
commit 55aed591de
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 11 additions and 1 deletions

View file

@ -13,6 +13,6 @@ import { isPreviewHelpOpen, isPublishDialogOpen, isSigninDialogOpen, isUserSwitc
<HelpPreview />
</ModalDialog>
<ModalDialog v-model="isPublishDialogOpen">
<PublishWidget draft-key="dialog" min-w-180 p6 />
<PublishWidget draft-key="dialog" expanded min-w-180 p6 />
</ModalDialog>
</template>