mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 23:40:45 +02:00
Use relative CSS units (#484)
This commit is contained in:

committed by
Christopher Chedeau

parent
183a62627c
commit
1a03a29025
@@ -35,7 +35,7 @@
|
||||
|
||||
.ExportDialog__preview canvas {
|
||||
max-width: calc(100% - var(--preview-padding) * 2);
|
||||
max-height: 400px;
|
||||
max-height: 25rem;
|
||||
}
|
||||
|
||||
.ExportDialog__actions {
|
||||
|
Reference in New Issue
Block a user