apply css improvements from #68
This commit is contained in:
+4
-2
@@ -143,14 +143,15 @@ hr {
|
|||||||
padding: 15px;
|
padding: 15px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
|
-ms-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
-ms-touch-action: none;
|
||||||
background: #bbada0;
|
background: #bbada0;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
-ms-touch-action: none;
|
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
@@ -543,14 +544,15 @@ hr {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
|
-ms-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
-ms-touch-action: none;
|
||||||
background: #bbada0;
|
background: #bbada0;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
height: 280px;
|
height: 280px;
|
||||||
-ms-touch-action: none;
|
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
|
|||||||
+4
-1
@@ -176,15 +176,18 @@ hr {
|
|||||||
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
|
-ms-touch-callout: none;
|
||||||
|
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
|
||||||
|
-ms-touch-action: none;
|
||||||
|
|
||||||
background: $game-container-background;
|
background: $game-container-background;
|
||||||
border-radius: $tile-border-radius * 2;
|
border-radius: $tile-border-radius * 2;
|
||||||
width: $field-width;
|
width: $field-width;
|
||||||
height: $field-width;
|
height: $field-width;
|
||||||
-ms-touch-action: none;
|
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user