From 467c1ae231026832b02302c625dfa81a9e1ed221 Mon Sep 17 00:00:00 2001 From: Daniel Heckert Date: Tue, 24 Sep 2024 13:06:41 +0200 Subject: [PATCH] #55 formatter --- .../export-dialog.component.html | 58 +++++++++---------- .../export-dialog.component.scss | 1 - 2 files changed, 29 insertions(+), 30 deletions(-) diff --git a/src/app/tools/export/presentation/export-dialog/export-dialog.component.html b/src/app/tools/export/presentation/export-dialog/export-dialog.component.html index 723b5577..33e81f35 100644 --- a/src/app/tools/export/presentation/export-dialog/export-dialog.component.html +++ b/src/app/tools/export/presentation/export-dialog/export-dialog.component.html @@ -3,41 +3,41 @@

{{ title }}

Options for image export: -
- - Export animated SVG. - @if (isAnimatedSvgExport) { - Animation speed: - seconds - } -
+ Add white background to SVG (default: transparent) + +
+ + Export animated SVG. + @if (isAnimatedSvgExport) { + Animation speed: + + seconds + } +
-
-
+
+
diff --git a/src/app/tools/export/presentation/export-dialog/export-dialog.component.scss b/src/app/tools/export/presentation/export-dialog/export-dialog.component.scss index bdcd88f8..2d0f2afc 100644 --- a/src/app/tools/export/presentation/export-dialog/export-dialog.component.scss +++ b/src/app/tools/export/presentation/export-dialog/export-dialog.component.scss @@ -24,7 +24,6 @@ outline: none; /* Remove default outline */ border-color: var(--borderGray10); /* Change border color */ box-shadow: 0 0 5px var(--borderGray10); /* Optional: Add a glowing effect */ - } .row {