DEBUG: map-center crosshair

This commit is contained in:
2025-06-16 22:41:33 -07:00
parent a85a2d6575
commit 5ee42370e9
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
.horz, .vert {
border: 1px solid black;
position: absolute;
padding: 0;
margin: 0;
box-sizing: border-box;
pointer-events: none;
}
body {
margin: 0;
display: flex;