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

9 lines
99 B
CSS
Raw Normal View History

2026-03-03 17:46:51 +01:00
.keyboard-area {
height: 48px;
input {
width: 100%;
height: 100%;
}
}