Use relative CSS units (#484)

This commit is contained in:
Guillermo Peralta Scura 2020-01-20 19:59:00 -03:00 committed by Christopher Chedeau
parent 183a62627c
commit 1a03a29025
8 changed files with 37 additions and 36 deletions

View file

@ -35,7 +35,7 @@
.ExportDialog__preview canvas {
max-width: calc(100% - var(--preview-padding) * 2);
max-height: 400px;
max-height: 25rem;
}
.ExportDialog__actions {