Skip to content

Commit

Permalink
Tweak styling for large resolutions on Stats and Logs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
calledude committed Mar 26, 2024
1 parent c627fb1 commit b90ed09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Modix.Web/Pages/Logs.razor
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</MudList>
</MudPaper>
</div>
<div class="mb-4">
<div class="flex-grow-1 mb-4">
@if (SubPage == "infractions")
{
<AuthorizeView Roles="@nameof(AuthorizationClaim.ModerationRead)">
Expand Down
4 changes: 2 additions & 2 deletions Modix.Web/Pages/Stats.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<MudGrid Spacing="6">
<MudItem lg="6" md="6" xs="12">
<MudPaper>
<MudContainer Class="mud-theme-primary pa-12">
<MudContainer Class="mud-theme-primary pa-12" MaxWidth="MaxWidth.False">
<MudText Typo="Typo.h3">Role Distribution</MudText>
</MudContainer>

Expand Down Expand Up @@ -49,7 +49,7 @@
</MudItem>
<MudItem lg="6" md="6" xs="12">
<MudPaper>
<MudContainer Class="mud-theme-primary pa-12">
<MudContainer Class="mud-theme-primary pa-12" MaxWidth="MaxWidth.False">
<MudText Typo="Typo.h3">Most Active Users</MudText>
<MudText Typo="Typo.body1">of the last 30 days</MudText>
</MudContainer>
Expand Down

0 comments on commit b90ed09

Please sign in to comment.