Files
Shogi/Shogi.UI/Pages/Home/GamePiece.razor.css
2023-02-01 22:49:28 -06:00

12 lines
179 B
CSS

::deep svg {
max-width: 100%;
max-height: 100%;
}
[data-upsidedown] {
transform: rotateZ(180deg);
}
.game-piece {
overflow: hidden; /* Because SVGs have weird sizes. */
}