1
0
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:
Daniel Barber 2018-02-27 22:34:51 -05:00
parent fe3c223a13
commit 73c662d299
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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} {