Skip to content
Merged
2 changes: 1 addition & 1 deletion ui/analyse/css/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ body {
margin: $analyse-block-gap 0 0 0;
}

grid-template-rows: auto auto auto minmax(20em, 30vh);
grid-template-rows: auto auto auto minmax(20em, 40vh);
grid-template-areas:
'board'
'controls'
Expand Down
7 changes: 7 additions & 0 deletions ui/analyse/css/_training.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
flex-flow: column;
justify-content: center;

@include mq-is-col1 {
&.view,
&.win {
flex-flow: row;
}
}

.find,
.fail {
padding-top: 5px;
Expand Down