hide analysis clocks in col1 layout

Where to put them? Don't want to move the entire down for that
This commit is contained in:
Thibault Duplessis 2019-05-02 14:49:55 +07:00
parent 2e26edde82
commit 642a838959

View file

@ -1,16 +1,5 @@
$clock-height: 20px;
.analyse.has-clocks {
@include breakpoint($mq-col1) {
& {
margin-top: #{$clock-height / 2};
}
.analyse__controls {
margin-top: #{$clock-height};
}
}
}
.analyse__clock {
@extend %flex-between-nowrap, %metal, %box-shadow;
@ -39,4 +28,9 @@ $clock-height: 20px;
tenths {
font-size: 80%;
}
/* Where to put them in col1 layout? It moves the entire board and controls down for little benefit */
@include breakpoint($mq-col1) {
display: none;
}
}