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

7 lines
88 B
CSS
Raw Normal View History

2026-02-28 22:24:42 +01:00
.mouse-area {
background-color: white;
touch-action: none;
2026-03-02 22:06:15 +01:00
flex-grow: 1;
2026-02-28 22:24:42 +01:00
}