Skip to content

Commit

Permalink
fix: refine cursor offset (large)
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 13, 2023
1 parent 5c77462 commit f04b686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microviewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@
}

canvas.paintable.large {
cursor: url("./cursors/large.png") 53.5 53.5, crosshair
cursor: url("./cursors/large.png") 52 52, crosshair
}

canvas.paintable.large:active {
cursor: url("./cursors/large-active.png") 53.5 53.5, crosshair
cursor: url("./cursors/large-active.png") 52 52, crosshair
}
</style>

Expand Down

0 comments on commit f04b686

Please sign in to comment.