mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 18:47:18 +02:00
Merge pull request #1725 from penpot/multiexport-fixes
🐛 Multiexport fixes
This commit is contained in:
commit
9c5c2ac8bf
3 changed files with 6 additions and 5 deletions
|
@ -1420,7 +1420,7 @@
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin: 0.5rem 0.5rem 0.5rem 0;
|
margin: 0 0.5rem 0rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field {
|
.field {
|
||||||
|
@ -1438,6 +1438,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
margin: 0 8px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|
|
@ -74,8 +74,8 @@
|
||||||
[:div.header
|
[:div.header
|
||||||
[:div.field.check {:on-click change-all}
|
[:div.field.check {:on-click change-all}
|
||||||
(cond
|
(cond
|
||||||
all-checked? [:span i/checkbox-checked]
|
all-checked? [:span.checked i/checkbox-checked]
|
||||||
all-unchecked? [:span i/checkbox-unchecked]
|
all-unchecked? [:span.unchecked i/checkbox-unchecked]
|
||||||
:else [:span i/checkbox-intermediate])]
|
:else [:span i/checkbox-intermediate])]
|
||||||
[:div.field.title (tr "dashboard.export-multiple.selected"
|
[:div.field.title (tr "dashboard.export-multiple.selected"
|
||||||
(c (count enabled-exports))
|
(c (count enabled-exports))
|
||||||
|
|
|
@ -275,7 +275,7 @@ msgstr "%s de %s elements selected"
|
||||||
|
|
||||||
#: src/app/main/ui/workspace/header.cljs
|
#: src/app/main/ui/workspace/header.cljs
|
||||||
msgid "dashboard.export-shapes"
|
msgid "dashboard.export-shapes"
|
||||||
msgstr "Exportar"
|
msgstr "Export"
|
||||||
|
|
||||||
#: src/app/main/ui/export.cljs
|
#: src/app/main/ui/export.cljs
|
||||||
msgid "dashboard.export-shapes.how-to"
|
msgid "dashboard.export-shapes.how-to"
|
||||||
|
@ -3658,4 +3658,4 @@ msgid "workspace.updates.update"
|
||||||
msgstr "Update"
|
msgstr "Update"
|
||||||
|
|
||||||
msgid "workspace.viewport.click-to-close-path"
|
msgid "workspace.viewport.click-to-close-path"
|
||||||
msgstr "Click to close the path"
|
msgstr "Click to close the path"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue