fix: ensure export preview is centered (#6337)

This commit is contained in:
David Luzar 2023-03-14 13:03:55 +01:00 committed by GitHub
parent f6e8be399e
commit 20edddcd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
text-align: center;
padding: var(--preview-padding);
margin-bottom: calc(var(--space-factor) * 3);
display: flex;
justify-content: center;
align-items: center;
}
.ExportDialog__preview canvas {