mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Use relative CSS units (#484)
This commit is contained in:
parent
183a62627c
commit
1a03a29025
8 changed files with 37 additions and 36 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
.ExportDialog__preview canvas {
|
||||
max-width: calc(100% - var(--preview-padding) * 2);
|
||||
max-height: 400px;
|
||||
max-height: 25rem;
|
||||
}
|
||||
|
||||
.ExportDialog__actions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue