feat: style checkboxes better

This commit is contained in:
2024-04-22 22:27:21 +02:00
parent 1de0094c85
commit c87d4b8dda
9 changed files with 119 additions and 40 deletions

View File

@ -60,8 +60,8 @@
edges: [number, number, number, string][];
} = null;
let width = globalThis?.innerWidth ?? 100;
let height = globalThis?.innerHeight ?? 100;
let width = rect?.width ?? 100;
let height = rect?.height ?? 100;
let cameraBounds = [-1000, 1000, -1000, 1000];
$: cameraBounds = [