improves appearance on safari
This commit is contained in:
parent
8dfef5c302
commit
708223fffa
8 changed files with 103 additions and 14 deletions
|
@ -20,7 +20,7 @@ export default function Bounds() {
|
|||
if (!bounds) return null
|
||||
if (!isSelecting) return null
|
||||
|
||||
const size = (isMobile().any ? 16 : 8) / zoom // Touch target size
|
||||
const size = (isMobile().any ? 12 : 8) / zoom // Touch target size
|
||||
|
||||
return (
|
||||
<g
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue