diff --git a/src/components/ImageExportDialog.scss b/src/components/ImageExportDialog.scss index d9ccd68b9..c08486e1a 100644 --- a/src/components/ImageExportDialog.scss +++ b/src/components/ImageExportDialog.scss @@ -122,9 +122,14 @@ } &__filename { + width: 100%; + text-align: center; + & > input { width: 100%; box-sizing: border-box; + max-width: 30em; + margin-bottom: 1em; } } @@ -162,6 +167,13 @@ display: flex; height: 100%; align-items: center; + gap: 1em; + + &--multipleInputs { + @include isMobile { + flex-direction: row-reverse; + } + } } } diff --git a/src/components/ImageExportDialog.tsx b/src/components/ImageExportDialog.tsx index 2fcdd3c4a..fd1211171 100644 --- a/src/components/ImageExportDialog.tsx +++ b/src/components/ImageExportDialog.tsx @@ -268,6 +268,7 @@ const ImageExportModal = ({ {exportWithBackground && (