Merge branch 'fix-round-underboard-gap' of https://github.com/benediktwerner/lila into benediktwerner-fix-round-underboard-gap

* 'fix-round-underboard-gap' of https://github.com/benediktwerner/lila:
  Fix gap below round board on new Chromium
pull/9928/head
Thibault Duplessis 2021-10-03 18:26:58 +02:00
commit 7a4389d2e8
2 changed files with 1 additions and 11 deletions

View File

@ -47,7 +47,7 @@
display: grid;
@include breakpoint($mq-col1) {
grid-template-rows: auto $col1-pocket-height $col1-user-height $col1-mat-height auto $expiration-height $col1-mat-height $col1-user-height $col1-pocket-height;
grid-template-rows: auto auto $col1-user-height $col1-mat-height auto auto $col1-mat-height $col1-user-height auto;
grid-template-areas: 'moves' 'pocket-top' 'user-top' 'mat-top' 'board' 'expi-bot' 'mat-bot' 'user-bot' 'pocket-bot' 'kb-move' 'controls';
// Put clocks and players in the same grid cell.
@ -78,7 +78,6 @@
@include breakpoint($mq-col2) {
grid-template-columns: $col2-uniboard-width $col2-uniboard-table;
grid-template-rows: 1fr $material-height $clock-height $expiration-height $user-height $moves-height $controls-height $user-height $expiration-height $clock-height $material-height 1fr;
grid-template-areas: 'board .' 'board mat-top' 'board clock-top' 'board expi-top' 'board user-top' 'board moves' 'board controls' 'board user-bot' 'board expi-bot' 'board clock-bot' 'board mat-bot' 'board .' 'kb-move .';
grid-column-gap: $block-gap;

View File

@ -12,12 +12,3 @@ $rmoves-tag: 'rm6';
$moves-tag: 'l4x';
$index-tag: 'i5z';
$active-class: 'a1t';
// app-layout
$col1-pocket-height: auto;
$material-height: auto;
$clock-height: auto;
$expiration-height: min-content;
$user-height: auto;
$moves-height: auto;
$controls-height: auto;