We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08fa8d commit 878098fCopy full SHA for 878098f
style/main.css
@@ -148,6 +148,7 @@ hr {
148
-moz-user-select: none;
149
-ms-user-select: none;
150
-ms-touch-action: none;
151
+ touch-action: none;
152
background: #bbada0;
153
border-radius: 6px;
154
width: 500px;
@@ -549,6 +550,7 @@ hr {
549
550
551
552
553
554
555
556
width: 280px;
style/main.scss
@@ -183,6 +183,7 @@ hr {
183
184
185
186
187
188
background: $game-container-background;
189
border-radius: $tile-border-radius * 2;
0 commit comments