cursor-mover-app/crates/cursor-mover-webapp/assets/styling/mouse_area.module.css

8 lines
159 B
CSS
Raw Normal View History

2026-02-28 22:24:42 +01:00
.mouse-area {
2026-03-03 17:46:51 +01:00
background: radial-gradient(#0004 15%, transparent 20%), white;
background-size: 15px 15px;
2026-02-28 22:24:42 +01:00
touch-action: none;
2026-03-02 22:06:15 +01:00
flex-grow: 1;
2026-02-28 22:24:42 +01:00
}