fix ZH piece size in embedded analysis view

This commit is contained in:
Thibault Duplessis 2018-06-13 10:12:25 +02:00
parent ac7bfbe9d8
commit 7a2c8497c4

View file

@ -45,6 +45,7 @@ div.game_control .jumps {
}
.pocket piece {
flex: 0 1 56px;
height: 100%!important;
background-size: contain;
background-repeat: no-repeat;
}