From 2d52c4f4f5f845a72f2565983f6c913c07bff107 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 24 Mar 2022 12:19:06 +0100 Subject: [PATCH 1/2] :bug: Fix export translation --- frontend/translations/en.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/translations/en.po b/frontend/translations/en.po index 0282446f1..ab4f85169 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -275,7 +275,7 @@ msgstr "%s de %s elements selected" #: src/app/main/ui/workspace/header.cljs msgid "dashboard.export-shapes" -msgstr "Exportar" +msgstr "Export" #: src/app/main/ui/export.cljs msgid "dashboard.export-shapes.how-to" @@ -3658,4 +3658,4 @@ msgid "workspace.updates.update" msgstr "Update" msgid "workspace.viewport.click-to-close-path" -msgstr "Click to close the path" \ No newline at end of file +msgstr "Click to close the path" From effb76c8db731dea4760d393de4256fe91b1b0ae Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 24 Mar 2022 12:38:31 +0100 Subject: [PATCH 2/2] :bug: Fix export multiple styles --- frontend/resources/styles/main/partials/modal.scss | 3 ++- frontend/src/app/main/ui/export.cljs | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/resources/styles/main/partials/modal.scss b/frontend/resources/styles/main/partials/modal.scss index 5510537fd..242b5c846 100644 --- a/frontend/resources/styles/main/partials/modal.scss +++ b/frontend/resources/styles/main/partials/modal.scss @@ -1420,7 +1420,7 @@ .body { overflow-y: auto; - margin: 0.5rem 0.5rem 0.5rem 0; + margin: 0 0.5rem 0rem 0; } .field { @@ -1438,6 +1438,7 @@ display: flex; justify-content: center; height: 32px; + margin: 0 8px; width: 32px; svg { diff --git a/frontend/src/app/main/ui/export.cljs b/frontend/src/app/main/ui/export.cljs index 5a2b2d471..b96b8eab9 100644 --- a/frontend/src/app/main/ui/export.cljs +++ b/frontend/src/app/main/ui/export.cljs @@ -74,8 +74,8 @@ [:div.header [:div.field.check {:on-click change-all} (cond - all-checked? [:span i/checkbox-checked] - all-unchecked? [:span i/checkbox-unchecked] + all-checked? [:span.checked i/checkbox-checked] + all-unchecked? [:span.unchecked i/checkbox-unchecked] :else [:span i/checkbox-intermediate])] [:div.field.title (tr "dashboard.export-multiple.selected" (c (count enabled-exports))