File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 50
50
51
51
(defn debug-rows
52
52
[]
53
- (let [dom-rect (rf/subscribe [::app.subs/dom-rect ])
54
- viewbox (rf/subscribe [::frame.subs/viewbox ])
53
+ (let [viewbox (rf/subscribe [::frame.subs/viewbox ])
55
54
pointer-pos (rf/subscribe [::app.subs/pointer-pos ])
56
55
adjusted-pointer-pos (rf/subscribe [::app.subs/adjusted-pointer-pos ])
57
56
pointer-offset (rf/subscribe [::app.subs/pointer-offset ])
64
63
clicked-element (rf/subscribe [::app.subs/clicked-element ])
65
64
ignored-ids (rf/subscribe [::document.subs/ignored-ids ])
66
65
nearest-neighbor (rf/subscribe [::snap.subs/nearest-neighbor ])]
67
- [[" Dom rect" (map->str @dom-rect)]
68
- [" Viewbox" (coll->str @viewbox)]
66
+ [[" Viewbox" (coll->str @viewbox)]
69
67
[" Pointer position" (coll->str @pointer-pos)]
70
68
[" Adjusted pointer position" (coll->str @adjusted-pointer-pos)]
71
69
[" Pointer offset" (coll->str @pointer-offset)]
Original file line number Diff line number Diff line change 209
209
210
210
.fps-wrapper {
211
211
> div {
212
- @apply absolute! left-auto! to p-2 ! right-2 ! drop-shadow-md overflow-hidden! px-1 ! font-sans! text-sm ! bg-primary! text-color!;
212
+ @apply absolute! left-auto! to p-2 ! right-2 ! drop-shadow-md overflow-hidden! px-1 ! font-sans! text-xs ! bg-primary! text-color!;
213
213
214
214
> div {
215
215
@apply left-0! right-0 ! botto m-0 ! bg-primary!;
You can’t perform that action at this time.
0 commit comments