mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 16:06:10 +02:00
✨ Add new text and grid advanced opt css
This commit is contained in:
parent
6404907699
commit
a2b0305162
4 changed files with 23 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue