"display: table" for .cg-wrap (maybe fixes #7435)

pull/7438/head
Niklas Fiekas 2020-10-07 19:28:22 +02:00
parent c013fbf182
commit 87e01f8d29
2 changed files with 6 additions and 3 deletions

View File

@ -10,6 +10,11 @@
}
}
.cg-wrap {
display: table; // part of hack to round to full pixel size in chrome
}
.mini-board, .mini-game .cg-wrap {
@extend %square;
display: table;
}

View File

@ -108,9 +108,7 @@ cg-helper {
position: absolute;
width: 12.5%;
padding-bottom: 12.5%;
display: table;
/* hack: round to full pixel size in chrome */
display: table; // hack to round to full pixel size in chrome
bottom: 0;
}