improves appearance on safari

This commit is contained in:
Steve Ruiz 2021-05-28 14:08:51 +01:00
parent 8dfef5c302
commit 708223fffa
8 changed files with 103 additions and 14 deletions

View file

@ -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