Skip to content

Commit

Permalink
Design tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Dec 30, 2023
1 parent 7fd0f67 commit e01c4b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 1 addition & 4 deletions Pkmds.Web/Components/BoxComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

@if (BoxEdit is not null)
{
<div>
<MudText Typo="Typo.h5">
@BoxEdit.BoxName
</MudText>
<div class="my-3">
<BoxGrid BoxEdit="@BoxEdit"
BoxNumber="@BoxNumber" />
</div>
Expand Down
6 changes: 0 additions & 6 deletions Pkmds.Web/Components/PartyGrid.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
<div class="party-grid">
<MudGrid Spacing="1"
Justify="@Justify.FlexStart">
<MudItem xs="12">
<MudText Typo="Typo.h6"
Align="@Align.Center">
Party
</MudText>
</MudItem>
@for (var i = 0; i < 6; i++)
{
var slotNum = i;
Expand Down
2 changes: 1 addition & 1 deletion Pkmds.Web/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<MudSnackbarProvider />

<MudLayout>
<MudAppBar>
<MudAppBar Dense>
<MudIconButton Icon="@Icons.Material.Filled.Menu"
Color="@Color.Inherit"
Edge="@Edge.Start"
Expand Down

0 comments on commit e01c4b9

Please sign in to comment.