fix: ensure export preview is centered (#6337)

pull/6352/head
David Luzar 2 years ago committed by GitHub
parent f6e8be399e
commit 20edddcd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save