Skip to content

Commit

Permalink
Adjust bottom spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Nov 22, 2024
1 parent 5aacaa7 commit 2df97af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pkmds.Web/Components/EditForms/PokemonEditForm.razor
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ AppState.SelectedSlotsAreValid)

</MudStack>

<div class="mb-2">
<div class="mb-20">

<MudTabs Outlined
Rounded
Expand Down
2 changes: 1 addition & 1 deletion Pkmds.Web/Components/MainTabPages/BagTab.razor
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
Striped
FixedHeader
EditTrigger="@DataGridEditTrigger.OnRowClick"
Height="calc(100vh - 240px)"
Height="calc(100vh - 300px)"
Virtualize>
<Columns>
<PropertyColumn Property="@(item => item.Index)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</MudSelect>

<div class="overflow-scroll"
style="height: calc(100vh - 240px);">
style="height: calc(100vh - 300px);">
<MudGrid Spacing="1">
@foreach (var mysteryGift in PaginatedItems)
{
Expand Down

0 comments on commit 2df97af

Please sign in to comment.