Add new text and grid advanced opt css

This commit is contained in:
elhombretecla 2021-06-07 18:14:49 +02:00 committed by alonso.torres
parent 6404907699
commit a2b0305162
4 changed files with 23 additions and 7 deletions

View file

@ -150,6 +150,8 @@
[:& advanced-options {:visible? (:show-advanced-options @state)
:on-close toggle-advanced-options}
[:button.custom-button {:class (when (:show-advanced-options @state) "is-active")
:on-click toggle-advanced-options} i/actions]
(when (= :square type)
[:& input-row {:label (t locale "workspace.options.grid.params.size")
:class "pixels"

View file

@ -502,8 +502,8 @@
[:span.label (tr "workspace.assets.typography.font-id")]
[:span (:font-id typography)]]
[:div.element-set-actions-button
{:on-click #(reset! open? true)}
[:div.element-set-actions-button.actions-inside
{:on-click #(reset! open? false)}
i/actions]
[:div.row-flex