🐛 Fix export multiple styles

This commit is contained in:
Alejandro Alonso 2022-03-24 12:38:31 +01:00
parent 2d52c4f4f5
commit effb76c8db
2 changed files with 4 additions and 3 deletions

View file

@ -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 {

View file

@ -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))