mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05:00
fix input radius firefox
This commit is contained in:
parent
86ba57af9c
commit
6bd22fff4c
1 changed files with 12 additions and 10 deletions
|
@ -89,20 +89,22 @@
|
|||
|
||||
[:span "Radius"]
|
||||
[:div.row-flex
|
||||
[:div.input-element.pixels
|
||||
[:input.input-text
|
||||
{:placeholder "rx"
|
||||
:type "number"
|
||||
:value (precision-or-0 (:rx shape 0) 2)
|
||||
:on-change #(on-border-change % :rx)}]
|
||||
:on-change #(on-border-change % :rx)}]]
|
||||
[:div.lock-size
|
||||
{:class (when (:border-lock @local) "selected")
|
||||
:on-click on-border-proportion-lock}
|
||||
i/lock]
|
||||
[:div.input-element.pixels
|
||||
[:input.input-text
|
||||
{:placeholder "ry"
|
||||
:type "number"
|
||||
:value (precision-or-0 (:ry shape 0) 2)
|
||||
:on-change #(on-border-change % :ry)}]]
|
||||
:on-change #(on-border-change % :ry)}]]]
|
||||
|
||||
[:span "Opacity"]
|
||||
[:div.row-flex
|
||||
|
|
Loading…
Add table
Reference in a new issue