mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 14:36:12 +02:00
🎉 Overlay positions buttons
This commit is contained in:
parent
0516cfa296
commit
f208731746
17 changed files with 328 additions and 48 deletions
|
@ -146,8 +146,8 @@
|
|||
{:style {:width (:width size-over)
|
||||
:height (:height size-over)
|
||||
:position "absolute"
|
||||
:left (:x (:position overlay))
|
||||
:top (:y (:position overlay))}}
|
||||
:left (* (:x (:position overlay)) zoom)
|
||||
:top (* (:y (:position overlay)) zoom)}}
|
||||
[:& interactions/viewport
|
||||
{:frame (:frame overlay)
|
||||
:size size-over
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue