Skip to content

Commit

Permalink
align send receive buttons on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezi committed May 29, 2024
1 parent 05b603a commit c306806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aoWebWallet/Shared/BalanceDataComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
return;
}

<MudPaper Class="pa-4">
<MudPaper Class="py-2 pl-2">
<MudStack Row="true">
<div Class="d-custom-1">
<MudAvatar Image="@UrlHelper.GetArweaveUrl(BalanceDataVM.Token.TokenData?.Logo)" Size="Size.Medium" title="@BalanceDataVM.Token.TokenId" />
Expand Down

0 comments on commit c306806

Please sign in to comment.