mirror of
https://github.com/penpot/penpot.git
synced 2025-02-05 22:09:06 -05:00
Cosmetic changes on coordenates debug component.
This commit is contained in:
parent
b937408bab
commit
657d64eec3
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
||||||
[:div {:style {:position "absolute" :left "80px" :top "20px"}}
|
[:div {:style {:position "absolute" :left "80px" :top "20px"}}
|
||||||
[:table
|
[:table
|
||||||
[:tbody
|
[:tbody
|
||||||
[:tr [:td "X:"] [:td x]]
|
[:tr [:td "x="] [:td x]]
|
||||||
[:tr [:td "Y:"] [:td y]]]]])))
|
[:tr [:td "y="] [:td y]]]]])))
|
||||||
|
|
||||||
(def coordinates
|
(def coordinates
|
||||||
(util/component
|
(util/component
|
||||||
|
|
Loading…
Add table
Reference in a new issue