mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Ensure squares can be clicked on in tests
This commit is contained in:
parent
fe3c223a13
commit
73c662d299
@ -93,6 +93,11 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
margin: 0.5px;
|
margin: 0.5px;
|
||||||
|
|
||||||
|
// This is to ensure the squares can be clicked on in PhantomJS
|
||||||
|
// TODO: Figure out why we need this
|
||||||
|
min-width: 2vmin;
|
||||||
|
min-height: 2vmin;
|
||||||
|
|
||||||
@each $colour in $colours {
|
@each $colour in $colours {
|
||||||
@each $piece in $pieces {
|
@each $piece in $pieces {
|
||||||
&.#{$colour}.#{$piece} {
|
&.#{$colour}.#{$piece} {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user