css subgrid

This commit is contained in:
2024-11-01 17:42:07 -05:00
parent a67d03b4e2
commit f681497561
4 changed files with 38 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
@using System.Net;
@inject ShogiApi ShogiApi;
<div style="position: relative;">
<Stretch style="position: relative;">
<GameBoardPresentation Session="Session"
Perspective="Perspective"
OnClickHand="OnClickHand"
@@ -25,7 +25,8 @@
</div>
</section>
}
</div>
</Stretch>
@code {
[Parameter, EditorRequired]