mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
fix: ensure export preview is centered (#6337)
This commit is contained in:
parent
f6e8be399e
commit
20edddcd4e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user