Skip to content

Commit

Permalink
adjust gacha layout
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheart committed Sep 21, 2023
1 parent dea9921 commit e64f478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MementoMori.WebUI/Pages/Gacha.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
var gachaCaseMb = Masters.GachaCaseTable.GetById(gachaCaseInfo.GachaCaseId);
var gachaCaseUiMb = Masters.GachaCaseUiTable.GetById(gachaCaseInfo.GachaCaseUiId);

<MudItem md="12" lg="6" xxl="2">
<MudItem xs="12" sm="6" md="4" lg="3" xl="2" xxl="2">
<MudCard>
<MudCardHeader>
<CardHeaderContent>
Expand Down

0 comments on commit e64f478

Please sign in to comment.