2026-04-05 20:46:39 +10:00
|
|
|
html, body {
|
|
|
|
|
overscroll-behavior: none
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-05 20:15:13 +10:00
|
|
|
.move {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
background-color: black;
|
|
|
|
|
color: white;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
border-radius: 10px;
|
2026-04-05 20:46:39 +10:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#board {
|
|
|
|
|
touch-action: none;
|
2026-04-06 07:36:01 +10:00
|
|
|
}
|