mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: ensure export preview is centered (#6337)
This commit is contained in:
parent
f6e8be399e
commit
20edddcd4e
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue