fix: ensure export preview is centered (#6337)
This commit is contained in:
@ -9,6 +9,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: var(--preview-padding);
|
padding: var(--preview-padding);
|
||||||
margin-bottom: calc(var(--space-factor) * 3);
|
margin-bottom: calc(var(--space-factor) * 3);
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ExportDialog__preview canvas {
|
.ExportDialog__preview canvas {
|
||||||
|
Reference in New Issue
Block a user